[][src]Trait js_ffi::ToJSValue

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

Required methods

fn to_js_value(&mut self) -> JSValue

fn to_js_type(&mut self) -> JSType

Loading content...

Implementors

impl ToJSValue for JSBool[src]

impl ToJSValue for JSFunction[src]

impl ToJSValue for JSGlobal[src]

impl ToJSValue for JSNumber[src]

impl ToJSValue for JSObject[src]

impl ToJSValue for WasmMemory[src]

impl<'_> ToJSValue for &'_ JSGlobal[src]

impl<'_> ToJSValue for &'_ JSObject[src]

impl<'t> ToJSValue for JSString<'t>[src]

impl<'t, T> ToJSValue for JSTypedArray<'t, T> where
    T: 'static, 
[src]

Loading content...