pub trait Bounded<B: Bound> { // Required method fn bound(&self) -> Option<B>; }
The shape that could be put inside the specified bound.
Returns bounding shape instance.
If the shape is borderless and doesn’t fit into any bounding shape then None should be returned.
None