[][src]Function abnf_core::WSP

pub fn WSP<'a, E: ParseError<&'a str>>(
    input: &'a str
) -> IResult<&'a str, char, E>

WSP = SP / HTAB ; white space