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

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

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