Type Alias ProviderResult

Source
pub type ProviderResult = Result<String, RunnerError>;

Aliased Type§

pub enum ProviderResult {
    Ok(String),
    Err(RunnerError),
}

Variants§

§1.0.0

Ok(String)

Contains the success value

§1.0.0

Err(RunnerError)

Contains the error value