Module bson::ser[][src]

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.

to_document

Encode a T Serializable into a BSON Document.

Type Definitions

Result

Alias for Result<T, Error>.