Type Definition ethcore::snapshot::ChunkSink [] [src]

type ChunkSink<'a> = FnMut(&[u8]) -> Result<()> + 'a;

A sink for produced chunks.