[][src]Trait js_ffi::ToJSValue

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

Required methods

fn to_js_value(&self) -> f64

Loading content...

Implementors

impl ToJSValue for JSObject[src]

impl ToJSValue for TypedArray[src]

impl ToJSValue for f64[src]

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

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

Loading content...