[][src]Function eosio_cdt::eosio_exit

pub fn eosio_exit<C>(code: C) where
    C: Into<i32>, 

This method will abort execution of wasm without failing the contract. This is used to bypass all cleanup / destructors that would normally be called.