Function rustfmt_nightly::comment::is_raw_string_suffix

source ·
fn is_raw_string_suffix<T>(iter: &mut MultiPeek<T>, count: u32) -> bool
where T: Iterator, T::Item: RichChar,