multiversx_sc_scenario::imports

Function new_callback_call

Source
pub fn new_callback_call<A>(callback_name: &'static str) -> CallbackClosure<A>
Expand description

Syntactical sugar to help macros to generate code easier. Unlike calling CallbackClosure::<SA, R>::new, here types can be inferred from the context.