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

type Store = Arc<StoreInner>;

Alias for a thread-safe GridFS instance.

Trait Implementations

impl ThreadedStore for Store[src]