Type Alias ImgDiffResult

Source
pub type ImgDiffResult<T> = Result<T, ImgDiffError>;

Aliased Type§

pub enum ImgDiffResult<T> {
    Ok(T),
    Err(ImgDiffError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(ImgDiffError)

Contains the error value