Structs§
Traits§
- JsValue
Serde Ext - Extension trait to provide conversion between
JsValue
andserde
. - Tsify
Tsify
is 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
declare
macro, used in#[declare]
annotations.
Derive Macros§
- Tsify
- The
Tsify
derive macro, used in#[derive(Tsify, ...)]
annotations.