pub trait Contains<S> { fn contains(&self, shape: S) -> bool; }
Trait for shape containing operations.
Returns whether this shape contains a another shape.