Summary
Unblock the evolution of key trait hierarchies:
- Adding
Receiver
as a supertrait of Deref.
- Allow the
tower::Service trait to be split into a non-Sync supertrait and a
Sync (thread-safe) subtrait.
The design should incorporate the feedback from the
Evolving trait hierarchies
language design meeting. The design should also set the stage for future changes to allow for
the more general case of splitting items out into supertraits.
Tasks and status
Summary
Unblock the evolution of key trait hierarchies:
Receiveras a supertrait of
Deref.tower::Servicetrait to be split into a non-Syncsupertrait and aSync(thread-safe) subtrait.The design should incorporate the feedback from the
Evolving trait hierarchies
language design meeting. The design should also set the stage for future changes to allow for
the more general case of splitting items out into supertraits.
Tasks and status