Type Alias DirectStack

Source
pub type DirectStack<T, const CAP: usize> = Stack<T, (), CAP>;
Expand description

A Stack stored in the stack.

Aliased Typeยง

pub struct DirectStack<T, const CAP: usize> { /* private fields */ }