You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although these traits share a lot of common functionality they are totally separated such that additional functionality that could be shared between them has to be implemented twice.
An example is the “eager”-slicing as discussed on reddit. It would be convenient both for &str and &[T] (given it makes sense to slice strings anyway).