Macro stakker::fwd_nop

source ·
macro_rules! fwd_nop {
    () => { ... };
}
Expand description

Create a Fwd instance which does nothing at all

fwd_nop!();

NOP means “no operation”. Implemented using Fwd::new.