pub type StoreResult<T> = Result<T, StoreError>;Expand description
The result type returned throughout spacedb-store.
Aliased Type§
pub enum StoreResult<T> {
Ok(T),
Err(StoreError),
}pub type StoreResult<T> = Result<T, StoreError>;The result type returned throughout spacedb-store.
pub enum StoreResult<T> {
Ok(T),
Err(StoreError),
}