[][src]Function abnf_core::BIT

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

BIT = "0" / "1"