[]Type Definition utah2::util::error::Result

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

Convenient wrapper around std::Result.