Function rustc_builtin_macros::format_foreign::shell::at_next_cp_while[][src]

fn at_next_cp_while<F>(cur: Cur<'_>, pred: F) -> Cur<'_> where
    F: FnMut(char) -> bool