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.

Implementors

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