Trait raui_core::renderer::Renderer  [−][src]
Required methods
fn render(
    &mut self, 
    tree: &WidgetUnit, 
    mapping: &CoordsMapping, 
    layout: &Layout
) -> Result<T, E>[src]
&mut self,
tree: &WidgetUnit,
mapping: &CoordsMapping,
layout: &Layout
) -> Result<T, E>
Implementors
impl Renderer<WidgetUnit, ()> for RawRenderer[src]
fn render(
    &mut self, 
    tree: &WidgetUnit, 
    _: &CoordsMapping, 
    _: &Layout
) -> Result<WidgetUnit, ()>[src]
&mut self,
tree: &WidgetUnit,
_: &CoordsMapping,
_: &Layout
) -> Result<WidgetUnit, ()>