Re-exports§
pub use download::DownloadManager;pub use files_dirs::DirsOptions;
Modules§
- download
- files_
dirs - history
- prelude
- The
mangadex-desktop-api2prelude module - recipients
Structs§
- Owned
Error - This is just
Errorwrapped into anArc, allows you to share the error “safely” between thread sinceErrordoesn’t implementClone.