[][src]Macro utah2::dataframe

macro_rules! dataframe {
    {
    { $ ($column:expr => $data:expr),+}
} => { ... };
}