Stack

Type Alias Stack 

Source
type Stack = Vec<Vec<char>>;

Aliased Typeยง

struct Stack { /* private fields */ }