pub type StoreResult<T> = Result<T, DocumentStoreError>;Expand description
Result type for document store operations.
Aliased Type§
pub enum StoreResult<T> {
Ok(T),
Err(DocumentStoreError),
}pub type StoreResult<T> = Result<T, DocumentStoreError>;Result type for document store operations.
pub enum StoreResult<T> {
Ok(T),
Err(DocumentStoreError),
}