pub type LIFOVecEntry<'a, T> = LIFOEntry<'a, Vec<T>>;
A convenience type alias that should be easier to read and understand.
pub struct LIFOVecEntry<'a, T>(/* private fields */);