Closed waywardmonkeys closed 8 months ago
I'd found this when I was looking at why Shape
isn't object-safe, which was causing me problems when looking at FFI for Vello. This alone won't solve that, but seemed like a change in a positive direction.
The
Shape
trait overall doesn't need theSelf: Sized
bound only 2 methods do, so move the bound there.