Dart_NewNativePort_Type

Type Alias Dart_NewNativePort_Type 

Source
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§

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