pub async fn find_all(t: &Transport, filter: &RuleFilter) -> Result<Vec<Rule>>Expand description
Every rule matching the filter.
Read corpora within the result window in one request. For larger corpora,
partition by rule type, then by enabled when needed. Verify the partition
by summing slice totals to the corpus total.
Never return a partial corpus. state diff would report unread rules as
locally added, and state pull would silently omit them.