script_bindings::interfaces

Trait WindowHelpers

Source
pub trait WindowHelpers {
    // Required method
    fn create_named_properties_object(
        cx: JSContext,
        proto: HandleObject<'_>,
        object: MutableHandleObject<'_>,
    );
}

Required Methods§

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.

Implementors§