Function holochain_zome_types::element::facts::header_and_entry_match[][src]

pub fn header_and_entry_match() -> Facts<'static, (Header, Option<Entry>)>
Expand description

Fact: Given a pair of a header and optional Entry:

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