pub type ImageFormatParseResult = Result<ImageFormat, ImageFormatParseError>;

Aliased Type§

enum ImageFormatParseResult {
    Ok(ImageFormat),
    Err(ImageFormatParseError),
}

Variants§

§1.0.0

Ok(ImageFormat)

Contains the success value

§1.0.0

Err(ImageFormatParseError)

Contains the error value