Type Alias dart_sys::Dart_Post_Type

source ·
pub type Dart_Post_Type = Option<unsafe extern "C" fn(port_id: Dart_Port_DL, object: Dart_Handle) -> bool>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.