Skip to main content

SendCommandResult

Type Alias SendCommandResult 

Source
pub type SendCommandResult = Result<Vec<u8>, ResponseError>;
Expand description

Result for the internal client interface on the server

Aliased Type§

pub enum SendCommandResult {
    Ok(Vec<u8>),
    Err(ResponseError),
}

Variants§

§1.0.0

Ok(Vec<u8>)

Contains the success value

§1.0.0

Err(ResponseError)

Contains the error value