Structs§
Traits§
- JsValue
Serde Ext - Extension trait to provide conversion between
JsValueandserde. - Tsify
Tsifyis a trait that allows you to convert a type to and from JavaScript. Can be implemented manually if you need to customize the serialization or deserialization.
Attribute Macros§
- declare
- The
declaremacro, used in#[declare]annotations.
Derive Macros§
- Tsify
- The
Tsifyderive macro, used in#[derive(Tsify, ...)]annotations.