Type Definition wasmbus_rpc::CallResult

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