[]Module dart::dart_native_arguments

Structs

NativeArguments

Native arguments passed to a standard dart native extension function.

Enums

NativeArgumentValue

A generic native argument value. This is the idiomatic rust equivalent of the ffi bindings produced by NativeArguments::get_native_arguments and can be created by calling NativeArgumentValue::get_args to seamlessly convert from NativeArguments to a Vec<NativeArgumentValue>.