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

Aliased Type§

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