Module bson::de[][src]

Expand description

Deserializer

Structs

Serde Deserializer

Enums

Possible errors that can arise during decoding.

Functions

Decode a BSON Value into a T Deserializable.

Decode a BSON Document into a T Deserializable.

Type Definitions

Alias for Result<T, Error>.