pub type StorageResult<T> = Result<T, StorageError>;Expand description
StorageResult type alias.
Aliased Type§
pub enum StorageResult<T> {
Ok(T),
Err(StorageError),
}pub type StorageResult<T> = Result<T, StorageError>;StorageResult type alias.
pub enum StorageResult<T> {
Ok(T),
Err(StorageError),
}