Type Definition gifski::CatResult[][src]

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