Struct mongo_driver::InvalidParamsError [] [src]

pub struct InvalidParamsError;

Invalid params error that can be reported by the underlying C driver.

Trait Implementations

impl Debug for InvalidParamsError
[src]

Formats the value using the given formatter.

impl Display for InvalidParamsError
[src]

Formats the value using the given formatter. Read more

impl Error for InvalidParamsError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more