Skip to main content

is_before

Function is_before 

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

Requires value to be strictly before bound.