Trait bonsaidb::local::StorageNonBlocking [−][src]
pub trait StorageNonBlocking {
fn path(&self) -> &Path;
fn assume_session(&self, session: Session) -> Result<Self, Error>;
}
Expand description
Functionality that is available on both Storage
and
AsyncStorage
.