source: pub fn new in async zip reader
This commit is contained in:
parent
cd93f577be
commit
23f8537e4e
@ -313,7 +313,7 @@ pub mod reader_async {
|
|||||||
where
|
where
|
||||||
R: AsyncRead + AsyncSeek + Unpin,
|
R: AsyncRead + AsyncSeek + Unpin,
|
||||||
{
|
{
|
||||||
fn new(zipfile: ZipFileReader<R>) -> Self {
|
pub fn new(zipfile: ZipFileReader<R>) -> Self {
|
||||||
SourceQuestionsZipReaderAsync {
|
SourceQuestionsZipReaderAsync {
|
||||||
zipfile,
|
zipfile,
|
||||||
index: None,
|
index: None,
|
||||||
|
Loading…
Reference in New Issue
Block a user