[][src]Macro yew_table::column

macro_rules! column {
    ($a:expr) => { ... };
    ($a:expr, $b:expr) => { ... };
    ($a:expr, $b:expr, $c:expr) => { ... };
}