hyperlane

Type Alias ResponseResult

Source
pub type ResponseResult = Result<Vec<u8>, Error>;
Expand description

ResponseResult

Aliased Type§

enum ResponseResult {
    Ok(Vec<u8>),
    Err(Error),
}

Variants§

§1.0.0

Ok(Vec<u8>)

Contains the success value

§1.0.0

Err(Error)

Contains the error value