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
IntoJs
andFromJs
for tuples of various lengths
Traits§
- From
Atom - Trait for converting values from atoms.
- From
Iterator Js - The Rust’s
FromIterator
trait 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
Iterator
trait extension which works withCtx