Macro hdk::prelude::try_ptr[][src]

macro_rules! try_ptr {
    ( $e:expr, $fail:expr ) => { ... };
}

A simple macro to wrap return_err_ptr in an analogy to the native rust ?.