Module js_collections

Source
Expand description

Typed JavaScript collection wrappers.

Structs§

JsHashMap
Container holding a reference to an Object in JavaScript as well as expected types for both the keys and values.
JsObjectId
Represents a reference to an Object ID string in JavaScript memory, typed according to the object type Rust expects for the object after resolving.
OwnedArrayIter

Traits§

JsCollectionFromValue
JsCollectionIntoValue