Trait OptimisticElement

Source
pub trait OptimisticElement {
    // Required method
    fn contains(&self, target: Option<EventTarget>) -> bool;
}
Expand description

Support working with web_sys::Element

Required Methods§

Source

fn contains(&self, target: Option<EventTarget>) -> bool

Call [web_sys::Element::contains], or return false if this is not an web_sys::Element.

Implementations on Foreign Types§

Source§

impl OptimisticElement for NodeRef

Source§

fn contains(&self, target: Option<EventTarget>) -> bool

Implementors§