Constant u16_bin

Source
pub const u16_bin: RegexParser<u16, ParseIntError>;
Expand description

Parse an integer written in base 2, using the from_str_radix static method from the Rust standard library.