XcliResult

Type Alias XcliResult 

Source
pub type XcliResult = Result<CmdExeCode, XcliError>;
Expand description

Cmd action execute result

Aliased Type§

pub enum XcliResult {
    Ok(CmdExeCode),
    Err(XcliError),
}

Variants§

§1.0.0

Ok(CmdExeCode)

Contains the success value

§1.0.0

Err(XcliError)

Contains the error value