rustc_
builtin_
macros
1.83.0
(90b35a623 2024-11-26)
In rustc_
builtin_
macros::
format_
foreign::
shell
rustc_builtin_macros
::
format_foreign
::
shell
Function
at_next_cp_while
Copy item path
source
fn at_next_cp_while<F>(cur:
StrCursor
<'_>, pred: F) ->
StrCursor
<'_>
where F:
FnMut
(
char
) ->
bool
,