pub fn action_and_entry_match(
    
) -> Vec<Box<dyn Fact<(Action, Option<Entry>)> + 'static, Global>, Global>
Expand description

Fact: Given a pair of an action and optional Entry:

  • If the action references an Entry, the Entry will exist and be of the appropriate hash
  • If the action does not references an Entry, the entry will be None