servo/components/script/layout_dom
Martin Robinson 24c3a2df1e
script: Make layout DOM wrappers not generic on layout data (#31994)
Remove the type parameter from the layout DOM wrappers. This is possible
now that style and layout data are separate and the `Any` nature of the
layout data is exposed in the wrappers.

Removing the phantom data member of the wrappers also allows using the
default `derive` implementations for things like `Clone`, `Copy`, and
`PartialEq`.
2024-04-04 11:34:35 +00:00
..
document.rs script: Make layout DOM wrappers not generic on layout data (#31994) 2024-04-04 11:34:35 +00:00
element.rs script: Make layout DOM wrappers not generic on layout data (#31994) 2024-04-04 11:34:35 +00:00
mod.rs
node.rs script: Make layout DOM wrappers not generic on layout data (#31994) 2024-04-04 11:34:35 +00:00
shadow_root.rs script: Make layout DOM wrappers not generic on layout data (#31994) 2024-04-04 11:34:35 +00:00