Trait ProofStream
mmb_parser::visitor
pub trait ProofStream { type Command: From<Command<Proof>>; fn push(&mut self, command: Self::Command); fn done(&self) -> (usize, usize); }
type Command: From<Command<Proof>>
fn push(&mut self, command: Self::Command)
fn done(&self) -> (usize, usize)