Type Definition ChunkSink
ethcore::snapshot
type ChunkSink<'a> = FnMut(&[u8]) -> Result<()> + 'a;
A sink for produced chunks.