Module blog::daily_rfcs::trait_sys
source · [−]Expand description
RFCs about Rust trait system.
Modules
Bounds on trait objects should be separated with +
Restrict which traits can be used to make trait objects
Add the ability to have trait bounds that are polymorphic over lifetimes.
Self
is not Sized
by default.