# Functions
ConvertDocument converts types.Document to bson.Document and validates it.
MustConvertDocument is a ConvertDocument that panics in case of error.
# Constants
No description provided by the author
# Type aliases
Array represents BSON Array data type.
Bool represents BSON Bool data type.
CString represents BSON CString data type.
DateTime represents BSON DateTime data type.
Double represents BSON Double data type.
Int32 represents BSON Int32 data type.
Int64 represents BSON Int64 data type.
ObjectID represents BSON ObjectID data type.
Regex represents BSON Regex data type.
String represents BSON String data type.