pub fn validate_gt<N: PartialOrd + Display, S: Into<String>>(
    error_details: &mut ErrorDetails<'_>,
    field_name: S,
    min: N,
    val: N
)
Expand description

Validates whether the value is greater than min