Open Frostie314159 opened 10 months ago
The SizeWith trait already has the Ctx generic set to (), this would probably be useful for MeasureWith too, since it sort of breaks the pattern.
SizeWith
Ctx
()
MeasureWith
There may be a reason for this, I'm not sure actually, would need to investigate; or it could just be an oversight, as you suggest
The
SizeWith
trait already has theCtx
generic set to()
, this would probably be useful forMeasureWith
too, since it sort of breaks the pattern.