Skip to main content

row

Macro row 

Source
macro_rules! row {
    ($($key:expr => $value:expr),* $(,)?) => { ... };
}