pub trait WindowHelpers {
// Required method
fn create_named_properties_object(
cx: &mut JSContext,
proto: Handle<'_, *mut JSObject>,
object: MutableHandle<'_, *mut JSObject>,
);
}Required Methods§
fn create_named_properties_object( cx: &mut JSContext, proto: Handle<'_, *mut JSObject>, object: MutableHandle<'_, *mut JSObject>, )
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.