pub async fn find_by_rule_ids(
t: &Transport,
rule_ids: &[String],
) -> Result<Vec<Rule>>Expand description
The rules carrying exactly these rule_ids.
IDs absent from the stack do not return. That is expected for locally added
rules that state push creates.