Trait consecuit_html::elem::HtmlComponent[][src]

pub trait HtmlComponent: 'static + Clone + AsRef<HtmlElement> + JsCast + Sealed {
    type PropEnum: PropEnum<Self>;
}

Associated Types

Implementations on Foreign Types

Implementors