pub async fn list_archive_files_with_encoding<R>(
source: R,
decode: DecodeCallback
) -> Result<Vec<String>>where
R: AsyncRead + Unpin,
Expand description
Async version of
list_archive_files_with_encoding
(crate::
list_archive_files_with_encoding).