Expand description
A module with serde-related APIs.
Structs§
- Conversion
Error - A structure denoting a conversion error encountered during serialization or deserialization.
- Serde
- A newtype which makes it possible to pass a value which implements
Serde’s
Serializable
into the js! macro.