Type Definition ethcore::snapshot::ChunkSink

source · []
pub type ChunkSink<'a> = dyn FnMut(&[u8]) -> Result<()> + 'a;
Expand description

A sink for produced chunks.