macro_rules! run_loop {
($command:expr) => { ... };
}
Expand description
Run a deferred control-flow command within a loop.
This takes a Command
and runs it.
macro_rules! run_loop {
($command:expr) => { ... };
}
Run a deferred control-flow command within a loop.
This takes a Command
and runs it.