pub async fn authenticate_for_route_table<I: Ip + FidlRuleAdminIpExt>(
rule_set: &<I::RuleSetMarker as ProtocolMarker>::Proxy,
table_id: u32,
token: Event,
) -> Result<Result<(), AuthenticateForRouteTableError>, Error>Expand description
Dispatches authenticate_for_route_table on either the RuleSetV4 or
RuleSetV6 proxy.