Releases: bkchr/impl-trait-for-tuples
Releases · bkchr/impl-trait-for-tuples
v0.2.2
- Parse associated types as Type and not as Stmt
- Support
unsafe
trait declarations and implementations
V0.2
This release includes two changes:
- Custom trait bounds: #2
- Allow tuples to be reference types: #3