Trait bonsaidb::core::connection::HasSchema
pub trait HasSchema {
// Required method
fn schematic(&self) -> &Schematic;
}
Expand description
Access to a connection’s schema.
pub trait HasSchema {
// Required method
fn schematic(&self) -> &Schematic;
}
Access to a connection’s schema.