pub type Dart_ErrorHasException_Type = Option<unsafe extern "C" fn(handle: Dart_Handle) -> bool>;Aliased Type§
pub enum Dart_ErrorHasException_Type {
None,
Some(unsafe extern "C" fn(*mut _Dart_Handle) -> bool),
}pub type Dart_ErrorHasException_Type = Option<unsafe extern "C" fn(handle: Dart_Handle) -> bool>;pub enum Dart_ErrorHasException_Type {
None,
Some(unsafe extern "C" fn(*mut _Dart_Handle) -> bool),
}