macro_rules! trackable_operation {
($name:expr, $total:expr, $operation:block) => { ... };
}Expand description
Macro to easily create a trackable operation
macro_rules! trackable_operation {
($name:expr, $total:expr, $operation:block) => { ... };
}Macro to easily create a trackable operation