[][src]Trait iced_native::widget::space::Renderer

pub trait Renderer: Renderer {
    fn draw(&mut self, bounds: Rectangle) -> Self::Output;
}

The renderer of an amount of Space.

Required methods

fn draw(&mut self, bounds: Rectangle) -> Self::Output

Draws an amount of empty Space.

You should most likely return an empty primitive here.

Loading content...

Implementors

Loading content...