Type Definition bmp::BmpResult [] [src]

type BmpResult<T> = Result<T, BmpError>;

A result type, either containing an Image or a BmpError.