1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 use super::{action, dispatch_callback, error, request::BitsRequest, string, BitsService};
9 pub use self::client::ClientInitData;
12 pub use self::service_task::{MonitorDownloadTask, StartDownloadTask};
15 pub use self::request_task::{
16 CancelTask, ChangeMonitorIntervalTask, CompleteTask, Priority, ResumeTask,
17 SetNoProgressTimeoutTask, SetPriorityTask, SuspendTask,