Trait Layout
termit_ui::widget
pub trait Layout { fn layout(&self, size: Point, element: usize, total: usize) -> Window; }
fn layout(&self, size: Point, element: usize, total: usize) -> Window
impl Layout for FreeLayout
fn layout(&self, size: Point, _element: usize, _total: usize) -> Window
impl Layout for GridLayout