pub trait TestUtilsMethods<D: DomTypes> {
// Required method
fn Gc(
cx: &mut JSContext,
global: &D::GlobalScope,
) -> <D::Promise as PromiseHelpers<D>>::StackRoot;
}Required Methods§
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.