Function read_input::valid_input

source ·
pub fn valid_input<'a, T>(test: &'a dyn Fn(&T) -> bool) -> Twhere
    T: FromStr,