Type Definition imagefmt::Result [] [src]

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

The type returned from all the functions.