macro_rules! make_list { ($list_name:ident, $name:ident, $doc:tt) => { ... }; ($list_name:ident, $name:ident, $size:tt, $doc:tt) => { ... }; }
Expand description
Creates a list container type for a named type.
Useful for formatting, and other trait implementations over user-defined types.