pub type MethodDigestConstructionError = SingleStructError<MethodDigestConstructionErrorKind>;Expand description
Error that may occur when constructing a MethodDigest.
Aliased Typeยง
pub struct MethodDigestConstructionError { /* private fields */ }