Skip to main content

WhichResult

Type Alias WhichResult 

Source
pub type WhichResult = Result<SystemPathBuf, WhichError>;

Aliased Type§

pub enum WhichResult {
    Ok(SystemPathBuf),
    Err(WhichError),
}

Variants§

§1.0.0

Ok(SystemPathBuf)

Contains the success value

§1.0.0

Err(WhichError)

Contains the error value