[][src]Module bson::ser

Serializer

Structs

Serializer

Serde Serializer

Enums

Error

Possible errors that can arise during encoding.

Functions

to_bson

Encode a T Serializable into a BSON Value.

Type Definitions

Result

Alias for Result<T, Error>.