cell

Macro cell 

Source
macro_rules! cell {
    ($style:expr, $($content:tt)*) => { ... };
}