[][src]Trait web_common::ToJSValue

pub trait ToJSValue {
    fn to_js_value(&self) -> JSValue;
}

Required methods

fn to_js_value(&self) -> JSValue

Loading content...

Implementors

impl ToJSValue for JSValue[src]

Loading content...