pub type StorageResult<T> = Result<T, JwkStorageDocumentError>;Expand description
Alias for a Result with the error type Error.
Aliased Type§
pub enum StorageResult<T> {
Ok(T),
Err(JwkStorageDocumentError),
}pub type StorageResult<T> = Result<T, JwkStorageDocumentError>;Alias for a Result with the error type Error.
pub enum StorageResult<T> {
Ok(T),
Err(JwkStorageDocumentError),
}