Type Definition libffi::high::arity1::CallbackOnce1

source ·
pub type CallbackOnce1<U, A, R> = CallbackMut1<Option<U>, A, R>;
Expand description

The type of function called from a one-shot, typed closure.