Type Definition common_types::engines::Headers[][src]

type Headers<'a, H> = dyn Fn(H256) -> Option<H> + 'a;

Type alias for a function we can get headers by hash through.