pub fn bson_document_to_parse_map(
doc: &Document,
) -> Result<ParseMap, ParseError>Expand description
Raise a stored sub-document into Parse form, verbatim.
Used for the _metadata sub-keys, which parse-rust round-trips without interpreting.
pub fn bson_document_to_parse_map(
doc: &Document,
) -> Result<ParseMap, ParseError>Raise a stored sub-document into Parse form, verbatim.
Used for the _metadata sub-keys, which parse-rust round-trips without interpreting.