Trait axum_mongodb::NewWithDb
source · pub trait NewWithDb {
// Required method
fn new(db: &Database) -> Self;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait NewWithDb {
// Required method
fn new(db: &Database) -> Self;
}