[][src]Crate quick_js

Structs

Context

Enums

ContextError
ExecutionError
JsValue

A value that can be (de)serialized to/from the quickjs runtime.

ValueError

Traits

Callback

The Callback trait is implemented for functions/closures that can be used as callbacks in the JS runtime.