[][src]Trait js_ffi::JSConvert

pub trait JSConvert {
    fn as_string(&self) -> String;
fn as_owned(&self) -> JSObject;
fn as_bool(&self) -> bool;
fn as_vec<Q>(&self) -> Vec<Q>
    where
        Q: Copy
; }

Required methods

fn as_string(&self) -> String

fn as_owned(&self) -> JSObject

fn as_bool(&self) -> bool

fn as_vec<Q>(&self) -> Vec<Q> where
    Q: Copy

Loading content...

Implementors

impl JSConvert for JSValue[src]

Loading content...