Function qm_mongodb::bson::serde_helpers::serialize_hex_string_as_object_id
source · pub fn serialize_hex_string_as_object_id<S>(
val: &str,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,Expand description
Serializes a hex string as an ObjectId.