Dart_NativeMessageHandler_DL

Type Alias Dart_NativeMessageHandler_DL 

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

Aliased Type§

pub 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.