[][src]Trait raui::prelude::Renderer

pub trait Renderer<T, E> {
    pub fn render(
        &mut self,
        tree: &WidgetUnit,
        mapping: &CoordsMapping,
        layout: &Layout
    ) -> Result<T, E>; }

Required methods

pub fn render(
    &mut self,
    tree: &WidgetUnit,
    mapping: &CoordsMapping,
    layout: &Layout
) -> Result<T, E>
[src]

Loading content...

Implementors

impl Renderer<WidgetUnit, ()> for RawRenderer[src]

Loading content...