pub type ObjectStoreResult<T> = Result<T, ObjectStoreError>;Aliased Type§
pub enum ObjectStoreResult<T> {
Ok(T),
Err(ObjectStoreError),
}pub type ObjectStoreResult<T> = Result<T, ObjectStoreError>;pub enum ObjectStoreResult<T> {
Ok(T),
Err(ObjectStoreError),
}