[][src]Macro stakker::fwd_panic

macro_rules! fwd_panic {
    ($arg:expr) => { ... };
}

Create a Fwd instance which panics when called

This example is not tested
fwd_panic!(panic_msg)

Argument will typically be a String or &str. Note that this will receive and ignore any message type. Implemented using Fwd::panic.