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

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