Module blog::daily_rfcs::trait_sys::_0087_trait_bounds_with_plus
source · [−]Expand description
Bounds on trait objects should be separated with +
Note
&Trait:Share + Send
=> &Trait + Share + Send
(+
will not be permitted in as without parentheses.)