pub type Dart_EnterIsolate_Type = Option<unsafe extern "C" fn(arg1: Dart_Isolate)>;

Aliased Type§

enum Dart_EnterIsolate_Type {
    None,
    Some(unsafe extern "C" fn(_: *mut _Dart_Isolate)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _Dart_Isolate))

Some value of type T.