Trait mongodb_ext::MongoCollection[][src]

pub trait MongoCollection {
    const NAME: &'static str;
}
Expand description

Trait that is implemented automatically on each collection struct by mongo_db.

Associated Constants

The collection’s name.

Implementors