pub type Dart_ErrorGetException_Type = Option<unsafe extern "C" fn(handle: Dart_Handle) -> Dart_Handle>;

Aliased Type§

enum Dart_ErrorGetException_Type {
    None,
    Some(unsafe extern "C" fn(_: *mut _Dart_Handle) -> *mut _Dart_Handle),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _Dart_Handle) -> *mut _Dart_Handle)

Some value of type T.