script::dom::bindings::codegen::GenericBindings::WebGPUBinding::GPUInternalError_Binding

Trait GPUInternalErrorMethods

Source
pub trait GPUInternalErrorMethods<D>
where D: DomTypes,
{ // Required method fn Constructor( global: &<D as DomTypes>::GlobalScope, proto: Option<Handle<'_, *mut JSObject>>, can_gc: CanGc, message: DOMString, ) -> Root<Dom<<D as DomTypes>::GPUInternalError>>; }

Required Methods§

Source

fn Constructor( global: &<D as DomTypes>::GlobalScope, proto: Option<Handle<'_, *mut JSObject>>, can_gc: CanGc, message: DOMString, ) -> Root<Dom<<D as DomTypes>::GPUInternalError>>

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§