pub type Dart_NewNativePort_Type = Option<unsafe extern "C" fn(name: *const c_char, handler: Dart_NativeMessageHandler_DL, handle_concurrently: bool) -> Dart_Port_DL>;

Aliased Type§

enum Dart_NewNativePort_Type {
    None,
    Some(unsafe extern "C" fn(_: *const i8, _: Option<unsafe extern "C" fn(_: i64, _: *mut _Dart_CObject)>, _: bool) -> i64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const i8, _: Option<unsafe extern "C" fn(_: i64, _: *mut _Dart_CObject)>, _: bool) -> i64)

Some value of type T.