[][src]Type Definition mongodb::gridfs::Store

type Store = Arc<StoreInner>;

Alias for a thread-safe GridFS instance.

Trait Implementations

impl ThreadedStore for Store
[src]