Enum rsmt2::UnexSmtRes [] [src]

pub enum UnexSmtRes {
    Unsupported,
    Error(String),
    IoError(Error),
}

Unexpected result for an SMT Lib 2 command.

Variants

An unsupported command was issued.

A command produced an error.

An input/output error occured.

Trait Implementations

impl Debug for UnexSmtRes
[src]

Formats the value using the given formatter.

impl Display for UnexSmtRes
[src]

Formats the value using the given formatter.