pub trait GPUPipelineErrorMethods {
    // Required methods
    fn Reason(&self) -> GPUPipelineErrorReason;
    fn Constructor(
        global: &GlobalScope,
        proto: Option<HandleObject<'_>>,
        can_gc: CanGc,
        message: DOMString,
        options: &GPUPipelineErrorInit,
    ) -> Root<Dom<GPUPipelineError>>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§