pub type Dart_NativeMessageHandler_DL = Option<unsafe extern "C" fn(dest_port_id: Dart_Port_DL, message: *mut Dart_CObject)>;

Aliased Type§

enum Dart_NativeMessageHandler_DL {
    None,
    Some(unsafe extern "C" fn(_: i64, _: *mut _Dart_CObject)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: i64, _: *mut _Dart_CObject))

Some value of type T.