mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Add lots of derived Debug impls
This commit is contained in:
parent
e580250d5d
commit
05391e27cd
23 changed files with 125 additions and 124 deletions
|
@ -864,6 +864,7 @@ where
|
|||
|
||||
/// Handles loading pages, navigation, and granting access to the compositor
|
||||
fn handle_request(&mut self) {
|
||||
#[derive(Debug)]
|
||||
enum Request {
|
||||
Script((PipelineId, FromScriptMsg)),
|
||||
Compositor(FromCompositorMsg),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue