Type Definition xxxdh::errors::StorageResult

source ·
pub type StorageResult<T> = Result<T, StorageError>;
Expand description

Result specialized to this crate for convenience. Used for storage related results.