Function holochain_types::prelude::element::facts::header_and_entry_match[][src]

pub fn header_and_entry_match(
) -> Vec<Box<dyn Fact<(Header, Option<Entry>)> + 'static, Global>, Global>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator
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