Expand description
Typed JavaScript collection wrappers.
Structs§
- JsHash
Map - Container holding a reference to an
Object
in JavaScript as well as expected types for both the keys and values. - JsObject
Id - Represents a reference to an Object ID string in JavaScript memory, typed according to the object type Rust expects for the object after resolving.
- Owned
Array Iter