pub type UnderlyingList<T> = OwnedSlice<T>;

Aliased Type§

struct UnderlyingList<T> { /* private fields */ }

Trait Implementations§