pub type KeyIdStorageError = SingleStructError<KeyIdStorageErrorKind>;
Expand description
Error type for key id storage operations.
Aliased Typeยง
struct KeyIdStorageError { /* private fields */ }
pub type KeyIdStorageError = SingleStructError<KeyIdStorageErrorKind>;
Error type for key id storage operations.
struct KeyIdStorageError { /* private fields */ }