[][src]Module mongod::ext::bson

Extensions for the bson crate so that mongo-derive can be implemented efficiently.

Modules

de

Extends bson's deserialisation error with Infallible so that is can be used in rust conversions.

ser

Extends bson's serialisation error with Infallible so that is can be used in rust conversions.

Structs

Bson

Wraps bson::Bson so that additional rust conversions can be applied.

De

Wraps a type that implements serde::de::Deserialize so it can bypass blanket implementations

Ser

Wraps a type that implements serde::ser::Serialize so it can bypass blanket implementations