pub fn parse_frame_async<E, C>( cursor: &mut C, compressor: &dyn Compressor<CompressorError = E>, ) -> Result<Option<Frame>>where E: Error, C: Read,