proc_macro2::parse

Function take_until_newline_or_eof

source
fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor<'_>, &str)