[][src]Trait raui::prelude::LayoutEngine

pub trait LayoutEngine<E> {
    pub fn layout(
        &mut self,
        map_props: &CoordsMapping,
        tree: &WidgetUnit
    ) -> Result<Layout, E>; }

Required methods

pub fn layout(
    &mut self,
    map_props: &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...