Type Alias LIFOVecEntry

Source
pub type LIFOVecEntry<'a, T> = LIFOEntry<'a, Vec<T>>;
Expand description

A convenience type alias that should be easier to read and understand.

Aliased Typeยง

pub struct LIFOVecEntry<'a, T>(/* private fields */);