Type Alias Stack

Source
pub type Stack<T> = Vec<T>;

Aliased Typeยง

struct Stack<T> { /* private fields */ }