Trait patternfly_yew::utils::HtmlElementSupport

source ·
pub trait HtmlElementSupport {
    // Required method
    fn focus(&self);
}
Expand description

Support working with web_sys::HtmlElement

Required Methods§

Implementations on Foreign Types§

source§

impl OptimisticHtmlElement for Node

source§

fn focus(&self)

source§

impl OptimisticHtmlElement for NodeRef

source§

fn focus(&self)

Implementors§