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