[][src]Macro stakker::fwd_nop

macro_rules! fwd_nop {
    () => { ... };
}

Create a Fwd instance which does nothing at all

This example is not tested
fwd_nop!();

NOP means "no operation". Implemented using Fwd::new.