Macro control_flow::run [] [src]

macro_rules! run {
    ($command:expr) => { ... };
}

Run a deferred control-flow command (outside a loop).

This takes a Command and runs it. This only works when not using loop-specific commands.