[][src]Trait spair::StaticRender

pub trait StaticRender<C: Component> {
    fn render(self, nodes: StaticNodes<C>) -> StaticNodes<C>;
}

Required methods

fn render(self, nodes: StaticNodes<C>) -> StaticNodes<C>

Loading content...

Implementations on Foreign Types

impl<C: Component> StaticRender<C> for i8[src]

impl<C: Component> StaticRender<C> for i16[src]

impl<C: Component> StaticRender<C> for i32[src]

impl<C: Component> StaticRender<C> for i64[src]

impl<C: Component> StaticRender<C> for u8[src]

impl<C: Component> StaticRender<C> for u16[src]

impl<C: Component> StaticRender<C> for u32[src]

impl<C: Component> StaticRender<C> for u64[src]

impl<C: Component> StaticRender<C> for isize[src]

impl<C: Component> StaticRender<C> for usize[src]

impl<C: Component> StaticRender<C> for f32[src]

impl<C: Component> StaticRender<C> for f64[src]

impl<C: Component> StaticRender<C> for bool[src]

impl<'_, C: Component> StaticRender<C> for &'_ str[src]

impl<'_, C: Component> StaticRender<C> for &'_ String[src]

Loading content...

Implementors

Loading content...