Trait spair::StaticRender

source ·
pub trait StaticRender<C: Component> {
    fn render(self, nodes: StaticNodes<'_, '_, C>);
}

Required Methods

Implementations on Foreign Types

Implementors