ic_tee_agent

Type Alias RPCResponse

Source
pub type RPCResponse = Result<ByteBuf, String>;

Aliased Type§

enum RPCResponse {
    Ok(ByteBuf),
    Err(String),
}

Variants§

§1.0.0

Ok(ByteBuf)

Contains the success value

§1.0.0

Err(String)

Contains the error value