Type Definition ethcore::engines::Headers
[−]
[src]
type Headers<'a, H> = Fn(H256) -> Option<H> + 'a;
Type alias for a function we can get headers by hash through.