Trait bevy_retrograde::ui::raui::core::layout::LayoutEngine[]

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

Required methods

Implementations on Foreign Types

Implementors