macro_rules! df {
    ($($col_name:expr => $slice:expr), + $(,)?) => { ... };
}
This is supported on crate feature object only.