Trait spair::ElementRender

source ·
pub trait ElementRender<C: Component> {
    const ELEMENT_TAG: &'static str;

    fn render(self, item: Element<'_, C>);
}

Required Associated Constants

Required Methods

Implementors