RenderRectangle

Trait RenderRectangle 

Source
pub trait RenderRectangle {
    // Required method
    fn background(self: Pin<&Self>) -> Brush;
}
Expand description

Trait for an item that represent a Rectangle to the Renderer

Required Methods§

Source

fn background(self: Pin<&Self>) -> Brush

Implementors§