pub async fn disconnect_ip<M, I>(
control: &ControlProxy,
matchers: M,
) -> Result<usize, DisconnectIpError>where
M: IntoIterator<Item = I>,
I: Into<IpSocketMatcher>,Expand description
Send a request to Control.DisconnectIp with the provided matchers.