Type Definition bson::Document[][src]

type Document = OrderedDocument;

Alias for OrderedDocument.

Trait Implementations

impl From<Document> for Bson
[src]

Performs the conversion.

impl Serialize for Document
[src]

Serialize this value into the given Serde serializer. Read more