SetupResult

Type Alias SetupResult 

Source
pub type SetupResult = Result<(), SetupError>;

Aliased Type§

pub enum SetupResult {
    Ok(()),
    Err(SetupError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(SetupError)

Contains the error value