pub fn no_peer(
    host: &HostHarness,
    id: PeerId
) -> impl Future<Output = Result<(), Error>> + '_
Expand description

Returns a Future that resolves when a peer matching id is not present on the host.