Re-exports§
pub use serde_wasm_bindgen;
Structs§
Traits§
- 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.