Type Alias dart_sys::Dart_GetError_Type

source ·
pub type Dart_GetError_Type = Option<unsafe extern "C" fn(handle: Dart_Handle) -> *const c_char>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.