Type Alias CommandResult

Source
pub type CommandResult = Result<Response, Error>;

Aliased Type§

pub enum CommandResult {
    Ok(Response),
    Err(Error),
}

Variants§

§1.0.0

Ok(Response)

Contains the success value

§1.0.0

Err(Error)

Contains the error value