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

This documentation is an old archive. Please see https://rust.docs.kernel.org instead.