ProofStream

Trait ProofStream 

Source
pub trait ProofStream {
    // Required methods
    fn push(&mut self, command: Command<Proof>);
    fn done(&self) -> (usize, usize);
}

Required Methods§

Source

fn push(&mut self, command: Command<Proof>)

Source

fn done(&self) -> (usize, usize)

Implementors§