pub trait RawWrapper<C: Component> {
    fn ws_element(&self) -> &Element;

    fn mounted(&self) { ... }
}

Required Methods

Provided Methods

Implementors