pub fn new_rule_set<I: Ip + FidlRuleAdminIpExt>(
rule_table_proxy: &<I::RuleTableMarker as ProtocolMarker>::Proxy,
priority: RuleSetPriority,
) -> Result<<I::RuleSetMarker as ProtocolMarker>::Proxy, RuleSetCreationError>
Expand description
Creates a new rule set for the rule table.