macro_rules! rumtk_create_task_args {
( ) => { ... };
( $($args:expr),+ ) => { ... };
}
Expand description
Creates an instance of SafeTaskArgs with the arguments passed.
ยงNote
All arguments must be of the same type
macro_rules! rumtk_create_task_args {
( ) => { ... };
( $($args:expr),+ ) => { ... };
}
Creates an instance of SafeTaskArgs with the arguments passed.
All arguments must be of the same type