byte

Macro byte 

Source
macro_rules! byte {
    (($tp:ident, $val:expr)) => { ... };
    ($val:expr) => { ... };
}