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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.