Function kickstarter::validate::length [] [src]

pub fn length(s: &str, min: i32, max: i32) -> Result<()>

Validates that the string length is between min and max, inclusive.