Type Definition mongo_driver::Result [] [src]

type Result<T> = Result<T, MongoError>;

Result that's used in all functions that perform operations on the database.