Expand description
Utilities for converting to and from JavaScript values.
Structs§
- Coerced
- The wrapper for values to force coercion
- List
- A helper type for turning a tuple into a JavaScript array.
Implements
IntoJsandFromJsfor tuples of various lengths
Traits§
- From
Atom - Trait for converting values from atoms.
- From
Iterator Js - The Rust’s
FromIteratortrait to use withCtx - FromJs
- For converting JavaScript values to Rust values
- Into
Atom - Trait for converting values to atoms.
- IntoJs
- For converting Rust values to JavaScript values
- Iterator
Js - The Rust’s
Iteratortrait extension which works withCtx