Skip to main content

valid_name_length

Function valid_name_length 

Source
pub fn valid_name_length(min: usize, max: usize) -> impl Predicate<String>
Expand description

Create a predicate that checks if a string length is within bounds.