Function delete_route

Source
pub fn delete_route(
    destination: IpNet,
    gateway: IpAddr,
    interface: Option<String>,
) -> Result<(), Error>