Trait StatementStream
trivial_kernel::stream::statement
pub trait StatementStream: Iterator where Self::Item: TryInto<Opcode>, { type ProofStream: Iterator<Item = Command<Proof>>; fn take_proof_stream(&mut self) -> Self::ProofStream; fn put_proof_stream(&mut self, proofs: Self::ProofStream); }
type ProofStream: Iterator<Item = Command<Proof>>
fn take_proof_stream(&mut self) -> Self::ProofStream
fn put_proof_stream(&mut self, proofs: Self::ProofStream)