[][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 f64[src]

Loading content...