Macro hdk::prelude::try_ptr

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

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