mirror of
https://github.com/servo/servo.git
synced 2025-07-21 22:33:41 +01:00
changed devtools private types to public
This commit is contained in:
parent
58174448de
commit
64f5818428
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ pub trait Actor: Any + ActorAsAny {
|
|||
fn name(&self) -> String;
|
||||
}
|
||||
|
||||
trait ActorAsAny {
|
||||
pub trait ActorAsAny {
|
||||
fn actor_as_any(&self) -> &Any;
|
||||
fn actor_as_any_mut(&mut self) -> &mut Any;
|
||||
}
|
||||
|
|
|
@ -35,7 +35,7 @@ struct ListTabsReply {
|
|||
}
|
||||
|
||||
#[derive(RustcEncodable)]
|
||||
struct RootActorMsg {
|
||||
pub struct RootActorMsg {
|
||||
from: String,
|
||||
applicationType: String,
|
||||
traits: ActorTraits,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue