Macro items

Source
macro_rules! items {
    ( $($item:tt)* ) => { ... };
}
Expand description

Internal Creates Vec<Item>.

This is used internally by progress and progress_builder macros.