We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d082cc4 + a0db8b7 commit 86a63d8Copy full SHA for 86a63d8
1 file changed
src/descriptor/mod.rs
@@ -54,8 +54,8 @@ pub use self::sortedmulti::SortedMultiVec;
54
mod checksum;
55
mod key;
56
pub use self::key::{
57
- DescriptorKeyParseError, DescriptorPublicKey, DescriptorSecretKey, DescriptorSinglePriv,
58
- DescriptorSinglePub, DescriptorXKey, InnerXKey, Wildcard,
+ ConversionError, DescriptorKeyParseError, DescriptorPublicKey, DescriptorSecretKey,
+ DescriptorSinglePriv, DescriptorSinglePub, DescriptorXKey, InnerXKey, Wildcard,
59
};
60
61
/// Alias type for a map of public key to secret key
0 commit comments