pub type MongoDbAdapter<E> = CustomMongoDbAdapter<E, MongoDbDriver>;
Available on crate feature
mongodb
only.Expand description
The mongodb adapter with the mongodb driver.
Aliased Typeยง
struct MongoDbAdapter<E> { /* private fields */ }