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]

Loading content...

Implementations on Foreign Types

impl LayoutEngine<()> for ()[src]

Loading content...

Implementors

impl LayoutEngine<()> for DefaultLayoutEngine[src]

Loading content...