pub fn all_rules() -> &'static [&'static dyn Rule]
Return the registered rules in evaluation order.
Rules are zero-sized structs, so the returned slice is a pointer into static memory and all_rules() is essentially free.
all_rules()