Macro binary_digit_char

Source
macro_rules! binary_digit_char {
    ($c: expr) => { ... };
}