pub type Result<T, E = CryptoStoreError> = Result<T, E>;
Expand description

A CryptoStore specific result type.