Struct wasm_val::JsValue[][src]

pub struct JsValue {
    pub js_type: Type,
    // some fields omitted
}

Fields

Methods

impl JsValue
[src]

Trait Implementations

impl JsSerializable for JsValue
[src]

impl Drop for JsValue
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for JsValue

impl Sync for JsValue