pub trait LayoutView: UiElement + Debug {
    // Required method
    fn set_bounds(&mut self, bounds: Rect);
}

Required Methods§

source

fn set_bounds(&mut self, bounds: Rect)

Implementors§