[−][src]Trait iced_native::widget::space::Renderer
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.