[][src]Macro stakker::ret_nop

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

Create a Ret instance which does nothing at all

This example is not tested
ret_nop!();

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