pub trait Sort2Smt {
    fn sort_to_smt2<Writer>(&self, w: &mut Writer) -> SmtRes<()>
   where
        Writer: Write
; }
Expand description

A sort printable in the SMT-LIB 2 standard.

Required Methods

Prints a sort to a writer info.

Implementations on Foreign Types

Implementors