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

pub fn within(r: Range<usize>) -> Box<dyn Fn(&String) -> ValidationResult>
Expand description

Check if the given string has length in a range of start (inclusive) .. end (exclusive).