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

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

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