pub fn no_peer( host: &HostHarness, id: PeerId, ) -> impl Future<Output = Result<(), Error>> + '_
Returns a Future that resolves when a peer matching id is not present on the host.
id