I'm determined to keep this #rustlang lifetime in my enum type. It makes sense to me that the lifetime of each reference in each enum variant can be 'a since they all come from the same &self.
I refuse to lean back on Arc as the default solution.
I refuse to lean back on Arc as the default solution.
Comments