Trait SafeToJSValConvertible

Source
pub trait SafeToJSValConvertible {
    // Required method
    fn safe_to_jsval(&self, cx: SafeJSContext, rval: MutableHandleValue<'_>);
}
Expand description

A safe wrapper for ToJSValConvertible.

Required Methods§

Implementors§