Type Definition wasmbus_rpc::CallResult[][src]

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