Type Alias stack_trait::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§

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