Skip to main content

disconnect_ip

Function disconnect_ip 

Source
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.