pub trait GetLinksWrapped: GetLinks { type Wrapped: Wrapper<Self::EntryType>; }
A descriptor of wrapped list elements.
Specifies which wrapper (e.g., Box and Arc) wraps the list entries.
Box
Arc