Dart_CurrentIsolate_Type

Type Alias Dart_CurrentIsolate_Type 

Source
pub type Dart_CurrentIsolate_Type = Option<unsafe extern "C" fn() -> Dart_Isolate>;

Aliased Type§

pub enum Dart_CurrentIsolate_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.