Trait raui_core::layout::LayoutEngine [−][src]
pub trait LayoutEngine<E> { fn layout(
&mut self,
mapping: &CoordsMapping,
tree: &WidgetUnit
) -> Result<Layout, E>; }
Required methods
fn layout(
&mut self,
mapping: &CoordsMapping,
tree: &WidgetUnit
) -> Result<Layout, E>
[src]