Function bson::serde_helpers::deserialize_hex_string_from_object_id[][src]

pub fn deserialize_hex_string_from_object_id<'de, D>(
    deserializer: D
) -> Result<String, D::Error> where
    D: Deserializer<'de>, 
Expand description

Deserializes a hex string from an ObjectId.