[][src]Type Definition gifski::CatResult

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