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

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[src]

Draws an amount of empty Space.

You should most likely return an empty primitive here.

Loading content...

Implementors

Loading content...