mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
This allows us to have ensure_data() and clear_data() functions on the TElement trait, instead of hacking around it adding methods in random traits. This also allows us to do some further cleanup, which I'd rather do in a followup.