Refactor: Mv TarEntriesVisitor to mod async_extracter

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-06-13 01:14:22 +10:00
parent 467f7f6834
commit 2091345ce0
No known key found for this signature in database
GPG key ID: 591C0B03040416D6
3 changed files with 13 additions and 14 deletions

View file

@ -22,7 +22,6 @@ mod ui_thread;
pub use ui_thread::UIThread;
mod extracter;
pub use extracter::TarEntriesVisitor;
mod readable_rx;