pub type IndexStoreResult<T> = Result<T, IndexStoreError>;Expand description
Result of IndexStore operations.
Aliased Type§
pub enum IndexStoreResult<T> {
Ok(T),
Err(IndexStoreError),
}pub type IndexStoreResult<T> = Result<T, IndexStoreError>;Result of IndexStore operations.
pub enum IndexStoreResult<T> {
Ok(T),
Err(IndexStoreError),
}