pub type KeyStorageError = SingleStructError<KeyStorageErrorKind>;
Expand description

Error type for key storage operations.

Aliased Type§

struct KeyStorageError { /* private fields */ }