Skip to main content

is_greater

Function is_greater 

Source
pub fn is_greater(
    field: &str,
    n: f64,
    bound: f64,
    or_equals: bool,
    custom: Option<&str>,
) -> Result<(), ValidationException>
Expand description

Requires n above bound (inclusive when or_equals is true).