Stack

Type Alias Stack 

Source
pub type Stack = Vec<Object>;

Aliased Typeยง

pub struct Stack { /* private fields */ }