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

Deserializes a Uuid from a Binary in the legacy UUID format.