Expand description
Contains functionality related to BSON binary values.
Structs§
- Binary
- Represents a BSON binary value.
- Packed
BitVector - A vector of packed bits. This type can be constructed by calling
PackedBitVector::new.
Enums§
- Vector
- A vector of numeric values. This type can be converted into a
Binaryof subtypeBinarySubtype::Vector.