pub fn new_callback_call<A>(callback_name: &'static str) -> CallbackClosure<A>where
A: ManagedTypeApi + ErrorApi,
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.