[][src]Type Definition mongodb::error::Result

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

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