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.
Deserialize an instance of type T from an I/O stream of BSON.
Deserialize an instance of type T from an I/O stream of BSON, replacing any invalid UTF-8
sequences with the Unicode replacement character.
Deserialize an instance of type T from a slice of BSON bytes.
Deserialize an instance of type T from a slice of BSON bytes, replacing any invalid UTF-8
sequences with the Unicode replacement character.
Type Definitions
Alias for Result<T, Error>.