Skip to main content

ChunkReader

Type Alias ChunkReader 

Source
pub type ChunkReader = FastxReader<Take<File>>;
Expand description

Reader type handed to each worker by par_map_chunks_file.

Aliased Typeยง

pub struct ChunkReader { /* private fields */ }