Trait bonsaidb::local::DatabaseNonBlocking
pub trait DatabaseNonBlocking {
// Required method
fn name(&self) -> &str;
}
Expand description
Operations that can be performed on both Database
and
AsyncDatabase
.
pub trait DatabaseNonBlocking {
// Required method
fn name(&self) -> &str;
}
Operations that can be performed on both Database
and
AsyncDatabase
.