[−][src]Trait raui_core::layout::LayoutEngine
Required methods
pub fn layout(
&mut self,
map_props: &CoordsMapping,
tree: &WidgetUnit
) -> Result<Layout, E>[src]
&mut self,
map_props: &CoordsMapping,
tree: &WidgetUnit
) -> Result<Layout, E>
Implementations on Foreign Types
impl LayoutEngine<()> for ()[src]
pub fn layout(
&mut self,
mapping: &CoordsMapping,
_: &WidgetUnit
) -> Result<Layout, ()>[src]
&mut self,
mapping: &CoordsMapping,
_: &WidgetUnit
) -> Result<Layout, ()>
Implementors
impl LayoutEngine<()> for DefaultLayoutEngine[src]
pub fn layout(
&mut self,
mapping: &CoordsMapping,
tree: &WidgetUnit
) -> Result<Layout, ()>[src]
&mut self,
mapping: &CoordsMapping,
tree: &WidgetUnit
) -> Result<Layout, ()>