[]Type Definition sapper_tmpl::TeraResult

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

Convenient wrapper around std::Result.