Function bson::serde_helpers::uuid_as_python_legacy_binary::deserialize[][src]

pub fn deserialize<'de, D>(deserializer: D) -> Result<Uuid, D::Error> where
    D: Deserializer<'de>, 
This is supported on crate feature uuid-0_8 only.
Expand description

Deserializes a Uuid from a Binary in a Python Legacy UUID format.