Skip to main content

OnceListWithTail

Type Alias OnceListWithTail 

Source
pub type OnceListWithTail<T, A = Global> = OnceListCore<T, A, WithTail<T, A>>;
Expand description

A OnceList variant with tail caching enabled.

Aliased Typeยง

pub struct OnceListWithTail<T, A = Global> { /* private fields */ }