Trait bonsaidb::local::StorageNonBlocking
source · pub trait StorageNonBlocking: Sized {
// Required methods
fn path(&self) -> &Path;
fn assume_session(&self, session: Session) -> Result<Self, Error>;
}
Expand description
Functionality that is available on both Storage
and
AsyncStorage
.
Required Methods§
Object Safety§
This trait is not object safe.