Function abnf_core::is_bit

source ·
pub fn is_bit(c: impl AsChar) -> bool
Expand description

BIT = “0” / “1” BIT = %x30 / %x31