Trait oxygengine_user_interface::raui::core::prelude::LayoutEngine [−][src]
pub trait LayoutEngine<E> {
pub fn layout(
&mut self,
mapping: &CoordsMapping,
tree: &WidgetUnit
) -> Result<Layout, E>;
}Required methods
pub fn layout(
&mut self,
mapping: &CoordsMapping,
tree: &WidgetUnit
) -> Result<Layout, E>[src]
&mut self,
mapping: &CoordsMapping,
tree: &WidgetUnit
) -> Result<Layout, E>
Implementations on Foreign Types
impl LayoutEngine<()> for ()[src]
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]
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, ()>