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