opt_uuid_from_string

Function opt_uuid_from_string 

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

Deserializes an optional UUID from a string using serde, returning None for empty strings