Closed adfaure closed 6 years ago
Wow, sorry I'm a bit late on this one, I was not notified of the issue...
Your code works well on the newest versions of gcollections, it was not working before because the trait Union
was not imported into your project, but now it is automatically imported from gcollections::ops::*
.
Hello, I try to compile the example provided in the documentation and I am getting an error. My understanding of rust is still pretty low...
Thank you for your help!
Here is the error:
Some information:
My Cargo.toml's dependencies:
And here is my main: