macro_rules! items {
( $($item:tt)* ) => { ... };
}
Expand description
Internal Creates Vec<
Item
>
.
This is used internally by progress
and progress_builder
macros.
macro_rules! items {
( $($item:tt)* ) => { ... };
}
Internal Creates Vec<
Item
>
.
This is used internally by progress
and progress_builder
macros.