pub trait DomSlice<T>where
T: JSTraceable + DomObject,{
// Required method
fn r(&self) -> &[&T];
}Expand description
Get a slice of references to DOM objects.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".