pub fn action_and_entry_match() -> Facts<'static, (Action, Option<Entry>)>
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