[][src]Macro holochain_wasm_utils::zome_assert

macro_rules! zome_assert {
    ($stack:ident, $cond:expr) => { ... };
}

Macro for creating a RibosomeErrorCode as a RuntimeValue Result-Option on the spot Will panic! if out or memory or other serialization error occured.