pub trait MongoCollection { const NAME: &'static str; }
Trait that is implemented automatically on each collection struct by mongo_db.
mongo_db
The collection’s name.