Type Definition dasom::shape::group::Group[][src]

type Group = Vec<Box<dyn Shape + Sync + Send>>;

Trait Implementations

impl Shape for Group[src]