[]Type Definition gifski::CatResult

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

Convenient wrapper around std::Result.