Dart_NativeEntryResolver

Type Alias Dart_NativeEntryResolver 

Source
pub type Dart_NativeEntryResolver = Option<unsafe extern "C" fn(name: Dart_Handle, num_of_arguments: c_int, auto_setup_scope: *mut bool) -> Dart_NativeFunction>;

Aliased Type§

pub enum Dart_NativeEntryResolver {
    None,
    Some(unsafe extern "C" fn(*mut _Dart_Handle, i32, *mut bool) -> Option<unsafe extern "C" fn(*mut _Dart_NativeArguments)>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _Dart_Handle, i32, *mut bool) -> Option<unsafe extern "C" fn(*mut _Dart_NativeArguments)>)

Some value of type T.