Support generics on the trait
Open
bug
- Dominant language
- Rust
- Stars
- 3.7k
- Forks
- 230
- PR merge metrics
- No merged PRs in 30d
Description
Technically non-'static requests are supported today, but it's difficult to reference them in a trait item if the trait isn't parameterized by the lifetime. More generally, it may be worth supporting type parameters on the declared traits.
Contributor guide
Assessment
This issue has not been assessed yet.