pub trait GetLinksWrapped: GetLinks {
    type Wrapped: Wrapper<Self::EntryType>;
}
Expand description

A descriptor of wrapped list elements.

Required Associated Types

Specifies which wrapper (e.g., Box and Arc) wraps the list entries.

Implementations on Foreign Types

Implementors