Type Definition rsmt2::errors::SmtRes []

type SmtRes<T> = Result<T, Error>;

Convenient wrapper around std::Result.