Function fidl_fuchsia_net_routes_ext::rules::close_rule_set

source ยท
pub async fn close_rule_set<I: Ip + FidlRuleAdminIpExt>(
    rule_set: <I::RuleSetMarker as ProtocolMarker>::Proxy,
) -> Result<(), Error>
Expand description

Dispatches close on either the RuleSetV4 or RuleSetV6 proxy.

Waits until the channel is closed before returning.