Function js::front::stdlib::value::to_value[src]
pub fn to_value<A: ToValue>(v: A) -> Value
A utility function that just calls ToValue::to_value
pub fn to_value<A: ToValue>(v: A) -> Value
A utility function that just calls ToValue::to_value
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).