macro_rules! row {
    ($($x:expr),+ $(,)?) => { ... };
}
Expand description

row macro for easier row creation

Example

row!( 1u64, “hallo”)