mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue