Trait script::dom::bindings::conversions::IDLInterface
source · pub trait IDLInterface {
// Required method
fn derives(_: &'static DOMClass) -> bool;
}
Expand description
A trait to check whether a given JSObject
implements an IDL interface.
Required Methods§
Object Safety§
This trait is not object safe.