Function adequate::validation::length::min_if_present[][src]

pub fn min_if_present(
    size: usize
) -> Box<dyn Fn(&Option<String>) -> ValidationResult>
Expand description

Check if the given string has length less than min only when it exists.