mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
parent
74f8c0eeb7
commit
ba36a108c1
56 changed files with 674 additions and 518 deletions
|
@ -2,8 +2,9 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use resource_task::{ProgressMsg, Metadata, LoadData, start_sending, TargetedLoadResponse, ResponseSenders};
|
||||
use resource_task::ProgressMsg::{Payload, Done};
|
||||
use net_traits::{LoadData, Metadata, ProgressMsg};
|
||||
use net_traits::ProgressMsg::{Payload, Done};
|
||||
use resource_task::{start_sending, TargetedLoadResponse, ResponseSenders};
|
||||
|
||||
use std::borrow::ToOwned;
|
||||
use std::io;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue