Function abnf_core::complete::SP[][src]

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

SP = %x20