macro_rules! dfb { () => { ... }; ($($item:expr),*) => { ... }; }
A macro to create a Dfb containing passed-in elements.