Closed yrashk closed 5 years ago
Sometimes it is necessary be able to give the same expression to two different parties, while avoiding potentially hairy lifetime management issues.
Solution: derive Clone for Expression
Any chance of getting this into upstream? Thanks! Please let me know if you have any questions or concerns.
Thanks!
Sometimes it is necessary be able to give the same expression to two different parties, while avoiding potentially hairy lifetime management issues.
Solution: derive Clone for Expression