Type Alias svdtools::patch::PatchResult

source ·
pub type PatchResult = Result<()>;

Aliased Type§

enum PatchResult {
    Ok(()),
    Err(Error),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(Error)

Contains the error value