[][src]Type Definition imagecli::error::Result

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

The standard result type used in this library.