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

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 ?.