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
pub trait ElementSupport {
// Required method
fn contains(&self, target: Option<EventTarget>) -> bool;
}Support working with web_sys::Element