Function abnf_core::streaming::wsp

source ·
pub fn wsp<I, E>(input: I) -> IResult<I, char, E>where
    I: InputLength + InputIter + Slice<RangeFrom<usize>> + Clone,
    <I as InputIter>::Item: AsChar,
    E: ParseError<I>,
Expand description

White space

WSP = SP / HTAB