Trait LayoutView

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

Required Methods§

Source

fn set_bounds(&mut self, bounds: Rect)

Implementors§