mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
086c0dd33f
Declare a `type SendStr = MaybeOwned<'static>` to ease readibility of types that needed the old SendStr behavior. Implement all the traits for MaybeOwned that SendStr used to implement.