Module boa_engine::value

source ·
Expand description

Boa’s ECMAScript Value implementation.

Javascript values, utility methods and conversion between Javascript values and Rust values.

Structs§

Enums§

Traits§

  • This trait adds a fallible and efficient conversions from a JsValue to Rust types.

Derive Macros§

  • Derives the TryFromJs trait, with the #[boa()] attribute.