Type Definition gifski::CatResult

source ·
pub type CatResult<T, E = Error> = Result<T, E>;