Type Alias wasmbus_rpc::CallResult

source ·
pub type CallResult = Result<Vec<u8>, Box<dyn Error + Sync + Send>>;

Aliased Type§

enum CallResult {
    Ok(Vec<u8, Global>),
    Err(Box<dyn Error + Send + Sync, Global>),
}

Variants§

§1.0.0

Ok(Vec<u8, Global>)

Contains the success value

§1.0.0

Err(Box<dyn Error + Send + Sync, Global>)

Contains the error value