Trait js::front::stdlib::value::ToValue[src]

pub trait ToValue {
    fn to_value(&self) -> Value;
}

Conversion to Javascript values from Rust values

Required Methods

fn to_value(&self) -> Value

Convert this value to a Rust value

Implementors