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

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

A sink for produced chunks.