mirror of
https://github.com/servo/servo.git
synced 2025-06-19 06:38:59 +01:00
Use the new lifetime bounds feature of Rust to enforce that the RootCollection field of Root outlives the jsref field. This still doesn't enforce that the Root itself outlives the jsref field, and doing this would require some sort of init dance. |
||
---|---|---|
.. | ||
codegen | ||
callback.rs | ||
conversions.rs | ||
DESIGN.md | ||
error.rs | ||
global.rs | ||
js.rs | ||
proxyhandler.rs | ||
str.rs | ||
trace.rs | ||
utils.rs |