Function skip_ascii_whitespace

Source
pub(crate) fn skip_ascii_whitespace<F>(
    chars: &mut Chars<'_>,
    start: usize,
    callback: &mut F,
)