pub trait GPUInternalErrorMethods {
    // Required method
    fn Constructor(
        global: &GlobalScope,
        proto: Option<HandleObject<'_>>,
        can_gc: CanGc,
        message: DOMString,
    ) -> Root<Dom<GPUInternalError>>;
}

Required Methods§

source

fn Constructor( global: &GlobalScope, proto: Option<HandleObject<'_>>, can_gc: CanGc, message: DOMString, ) -> Root<Dom<GPUInternalError>>

Object Safety§

This trait is not object safe.

Implementors§