mongodb::error::Result [] [src]

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

A type for results generated by MongoDB related functions, where the Err type is mongodb::Error.