pub fn deserialize<'de, D>(deserializer: D) -> Result<Uuid, D::Error>where D: Deserializer<'de>,
Deserialize a braced Uuid string as a Uuid
Uuid