RunResult

Type Alias RunResult 

Source
pub type RunResult = Result<CommandComplete>;

Aliased Type§

pub enum RunResult {
    Ok(CommandComplete),
    Err(Error),
}

Variants§

§1.0.0

Ok(CommandComplete)

Contains the success value

§1.0.0

Err(Error)

Contains the error value