Trait dessin::ShapeInteraction[][src]

pub trait ShapeInteraction<T> {
    fn children_of(self, parent: T) -> Drawing;
fn parent_of(self, children: T) -> Drawing; }

Required methods

Implementors