Skip to main content

is_uuid

Function is_uuid 

Source
pub fn is_uuid(
    field: &str,
    value: &str,
    custom: Option<&str>,
) -> Result<(), ValidationException>
Expand description

Requires value to parse as a UUID.