pub fn wrap_sync_reader<'a, R>( r: R, c: Compression, ) -> Box<dyn Read + Send + 'a>where R: Read + Send + 'a,
compression
Wrap a sync reader with a streaming decoder. None passes through.
None