Crate tsify_next
source ·Structs§
Traits§
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§
- The
declaremacro, used in#[declare]annotations.
Derive Macros§
- The
Tsifyderive macro, used in#[derive(Tsify, ...)]annotations.