Skip to main content

Callback2

Type Alias Callback2 

Source
pub type Callback2<U, A, B, R> = extern "C" fn(cif: &ffi_cif, result: &mut R, args: &(&A, &B), userdata: &U);
Expand description

The type of function called from an immutable, typed closure.