DomNodeListExt

Trait DomNodeListExt 

Source
pub trait DomNodeListExt:
    IsA<DomNodeList>
    + Sealed
    + 'static {
    // Provided methods
    fn item(&self, index: u32) -> Option<DomNode> { ... }
    fn length(&self) -> u32 { ... }
}
Expand description

Trait containing all DomNodeList methods.

§Implementors

DomNodeChildList, DomNodeList

Provided Methods§

Source

fn item(&self, index: u32) -> Option<DomNode>

Source

fn length(&self) -> u32

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§