[][src]Trait spair::ListItem

pub trait ListItem<C: Component> {
    const ROOT_ELEMENT_TAG: &'static str;

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

Associated Constants

const ROOT_ELEMENT_TAG: &'static str

Loading content...

Required methods

fn render(&self, item: ElementUpdater<'_, C>)

Loading content...

Implementations on Foreign Types

impl<C, T, '_> ListItem<C> for &'_ T where
    C: Component,
    T: ListItem<C>, 
[src]

Loading content...

Implementors

Loading content...