Open antiguru opened 4 months ago
As the title says, add a Region implementation for PointStamp. Specifically, implement the following traits:
Region
PointStamp
Vec
Push
T
ReserveItems
As the title says, add a
Region
implementation forPointStamp
. Specifically, implement the following traits:Vec
.Push
for allT
that can be pushed into the inner region.ReserveItems
for allT
supported by the inner region.