Type Definition gifski::CatResult[]

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

Convenient wrapper around std::Result.

Trait Implementations

impl From<CatResult<()>> for GifskiError
[src]

Performs the conversion.