Function is_all

Source
pub fn is_all(s: &str, pred: impl Fn(char) -> bool) -> bool