[]Type Definition rsmt2_zz::errors::SmtRes

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

Convenient wrapper around std::Result.