Module bson::document[][src]

Expand description

A BSON document represented as an associative HashMap with insertion ordering.

Structs

A BSON document represented as an associative HashMap with insertion ordering.

An iterator over Document entries.

An owning iterator over Document entries.

An iterator over an Document’s keys.

An iterator over an Document’s values.

Enums

Error to indicate that either a value was empty or it contained an unexpected type, for use with the direct getters.

Type Definitions

Result of accessing Bson value