Type Definition deno_libffi::high::arity6::CallbackOnce6[][src]

pub type CallbackOnce6<U, A, B, C, D, E, F, R> = CallbackMut6<Option<U>, A, B, C, D, E, F, R>;
Expand description

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