4lDO2/real-async-trait-rs
A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type erasure
RustApache-2.0
Issues
- 1
`generic_associated_types` stabilized
#10 opened by qm3ster - 2
Is impl trait alias really necessary?
#9 opened by dignifiedquire - 0
type parameter is part of concrete type but not used in parameter list for the `impl Trait` type alias
#8 opened by netthier - 0
- 2
dyn real_async_trait?
#6 opened by eholk - 1
Generates invalid code after rust-lang/rust#89970
#4 opened by i64 - 1
Multiple impl in one module do not compile
#2 opened by JanBeh