Skip to main content

TestUtilsMethods

pub trait TestUtilsMethods<D: DomTypes> {
    // Required method
    fn Gc(
        cx: &mut JSContext,
        global: &D::GlobalScope,
    ) -> <D::Promise as PromiseHelpers<D>>::StackRoot;
}

Required Methods§

Source

fn Gc( cx: &mut JSContext, global: &D::GlobalScope, ) -> <D::Promise as PromiseHelpers<D>>::StackRoot

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§