Type Definition imgproc_rs::error::ImgIoResult[][src]

type ImgIoResult<T> = Result<T, ImgIoError>;

Type alias for Result<T, ImgIoError>