enlightware / enlightware/ferlium
Add default method implementation in trait definitions.
Open
trait
- Dominant language
- Rust
- Stars
- 14
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
It would be useful to add default method implementation in trait definitions. For example, this will allow to only have to implement one `compare` method in `Ord` to get all other `Ord` methods, such as equality and inequality operators, and min and max operators.
Contributor guide
Assessment
This issue has not been assessed yet.