[][src]Function abnf_core::SP

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

SP = %x20