[][src]Trait raui_core::layout::LayoutEngine

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

Required methods

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