Draw

Trait Draw 

Source
pub trait Draw {
    // Required method
    fn draw(&self);
}
Expand description

oop: inherit-like

Required Methods§

Source

fn draw(&self)

Implementors§

Source§

impl Draw for Button

lib crate impl Draw trait