pub type Tape<'input> = Peekable<IntoIter<Node<'input>>>;
Tape to deserialize
pub struct Tape<'input> { /* private fields */ }