pub trait ToValue {
// Required method
fn to_value(self, mv8: &MiniV8) -> Result<Value>;
}Expand description
Trait for types convertible to Value.
pub trait ToValue {
// Required method
fn to_value(self, mv8: &MiniV8) -> Result<Value>;
}Trait for types convertible to Value.