You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation, DeliveryInfo::from(&delivery) will clone the delivery info carried in the delivery. A Cow could probably be used to avoid this cloning. However, this is potentially a breaking change
The text was updated successfully, but these errors were encountered:
In the current implementation,
DeliveryInfo::from(&delivery)
will clone the delivery info carried in thedelivery
. ACow
could probably be used to avoid this cloning. However, this is potentially a breaking changeThe text was updated successfully, but these errors were encountered: