pub fn validate_url<S: Into<String>, T: ValidateUrl>(
    error_details: &mut ErrorDetails<'_>,
    field_name: S,
    val: T
)
Expand description

Validates whether the string given is a url