pub fn parse_frame<E>( cursor_cell: &RefCell<dyn Read>, compressor: &dyn Compressor<CompressorError = E>, ) -> Result<Frame>where E: Error,