Crate stack_trait

Source

Structs§

LIFOEntry
An “entry” object corresponding to the top element of the stack.

Traits§

Stack
Implementors of this method can be used as a stack in DSA terms.

Type Aliases§

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