pub trait ServoInternalsHelpers {
// Required method
fn is_servo_internal(
cx: &mut JSContext,
global: Handle<'_, *mut JSObject>,
) -> bool;
}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.