pub async fn list_archive_files_with_encoding<B, R>(
    blocking_executor: B,
    source: R,
    decode: DecodeCallback
) -> Result<Vec<String>>where
    B: BlockingExecutor,
    R: AsyncRead + Unpin,
Expand description

Async version of list_archive_files_with_encoding(crate:: list_archive_files_with_encoding).