Trait forky_web::leptosHtmlElementTExt

source ·
pub trait leptosHtmlElementTExt<T: 'static + ElementDescriptor> {
    // Required method
    fn into_web_sys(self) -> HtmlElement;
}

Required Methods§

Implementations on Foreign Types§

source§

impl<T: 'static + ElementDescriptor> leptosHtmlElementTExt<T> for HtmlElement<T>

Implementors§