Trait pixels_graphics_lib::ui::layout::LayoutView
source · pub trait LayoutView: UiElement + Debug {
// Required method
fn set_bounds(&mut self, bounds: Rect);
}
pub trait LayoutView: UiElement + Debug {
// Required method
fn set_bounds(&mut self, bounds: Rect);
}