Dart_IsolateCleanupCallback

Type Alias Dart_IsolateCleanupCallback 

Source
pub type Dart_IsolateCleanupCallback = Option<unsafe extern "C" fn(isolate_group_data: *mut c_void, isolate_data: *mut c_void)>;

Aliased Type§

pub enum Dart_IsolateCleanupCallback {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *mut c_void))

Some value of type T.