pub fn bson_to_parse_value(value: &Bson) -> Result<ParseValue, ParseError>Expand description
Raise a stored value. Takes no schema: the stored form is self-describing, which is the
asymmetry with lowering, where the schema decides whether a field is a _p_ pointer.