Type Definition ethcore::engines::Headers

source · []
pub type Headers<'a, H> = dyn Fn(H256) -> Option<H> + 'a;
Expand description

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