Trait Unique
Source pub unsafe trait Unique { }
Expand description
A marker trait confirming that two indices of a Slice will never alias.
§Safety
Two calls to get_mut (or any other index operation) with different indices
must never return aliasing references.