Trait patternfly_yew::utils::ElementSupport

source ·
pub trait ElementSupport {
    // 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§