Trait rsmt2::to_smt::Sort2Smt [] [src]

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

A sort printable in the SMT Lib 2 standard.

Required Methods

Prints a sort to a writer info.

Implementations on Foreign Types

impl<'a> Sort2Smt for &'a str
[src]

[src]

impl Sort2Smt for str
[src]

[src]

impl Sort2Smt for String
[src]

[src]

Implementors