Skip to main content

GPUPipelineErrorMethods

Trait GPUPipelineErrorMethods 

Source
pub trait GPUPipelineErrorMethods<D>
where D: DomTypes,
{ // Required methods fn Reason(&self) -> GPUPipelineErrorReason; fn Constructor( cx: &mut JSContext, global: &<D as DomTypes>::GlobalScope, proto: Option<Handle<'_, *mut JSObject>>, message: DOMString, options: &GPUPipelineErrorInit, ) -> Root<Dom<<D as DomTypes>::GPUPipelineError>>; }

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§