Trait dessin::AddShape[][src]

pub trait AddShape<T> {
    fn add(&mut self, shape: T) -> &mut Self;
}

Required methods

Implementors