Expand description

Functions that support auto-generated Rust code. These functions are not meant to be used by humans directly.

Re-exports

pub use crate::handler::DefaultHandler;

Macros

Structs

NOTE for maintainer: Please keep this struct in sync with [DUMMY_WIRE_CODE_FOR_BINDGEN] in the code generator

Traits

A trait to convert between Rust types and Dart Types that could then be sent to the isolate

A trait that is IntoDart and is also not a primitive type. It is used to avoid the ambiguity of whether types such as Vec<i32> should be converted into [Int32List] or [List<int>]

Functions