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