Trait rsmt2::parse::ValueParser [] [src]

pub trait ValueParser<Value, Input>: Copy {
    fn parse_value(self, _: Input) -> SmtRes<Value>;
}

Can parse values. Used for get-model and get-value.

For more information refer to the module-level documentation.

Required Methods

Implementors