Module bson::ser [−][src]
Expand description
Serializer
Structs
Serde Serializer
Enums
Possible errors that can arise during encoding.
Functions
Encode a T Serializable into a BSON Value.
Encode a T Serializable into a BSON Document.
Type Definitions
Alias for Result<T, Error>.