StatementStream

Trait StatementStream 

Source
pub trait StatementStream: Iterator
where <Self as Iterator>::Item: TryInto<Opcode>,
{ type ProofStream: Iterator<Item = Command<Proof>>; // Required methods fn take_proof_stream(&mut self) -> Option<Self::ProofStream>; fn put_proof_stream(&mut self, proofs: Self::ProofStream); }

Required Associated Types§

Required Methods§

Source

fn take_proof_stream(&mut self) -> Option<Self::ProofStream>

Source

fn put_proof_stream(&mut self, proofs: Self::ProofStream)

Implementors§