Type Definition mungos::Result[][src]

pub type Result<T> = Result<T, Error>;
Expand description

The result type for all methods that can return an error in the mongodb crate.