1 2 3 4
use super::*; // Rust already have a stack-like data structure, so we can use it. pub type Stack = Vec<Byte>;