Closed ratmice closed 11 months ago
Besides CircleSegment all the other structures implementing Shape also derive the traits (added), some also derive Default, such as Circle. I didn't add a Default implementation however.
CircleSegment
Shape
Default
Circle
Besides
CircleSegment
all the other structures implementingShape
also derive the traits (added), some also deriveDefault
, such asCircle
. I didn't add aDefault
implementation however.