Enum bson::EncoderError [] [src]

pub enum EncoderError {
    IoError(Error),
    InvalidMapKeyType(Bson),
    Unknown(String),
}

Possible errors that can arise during encoding.

Variants

Trait Implementations

impl Debug for EncoderError
[src]

Formats the value using the given formatter.

impl From<Error> for EncoderError
[src]

Performs the conversion.

impl Display for EncoderError
[src]

Formats the value using the given formatter.

impl Error for EncoderError
[src]

A short description of the error. Read more

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

impl Error for EncoderError
[src]

Raised when a Serialize implementation encounters a general error while serializing a type. Read more