mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
The extended_deref method will take a JSRef<'a, T> and produce an &'a T, in contrast to the standard deref method that takes an &'b JSRef<'a, T> and produces an &'a T. This is useful when avoiding passing a JSRef by reference. |
||
---|---|---|
.. | ||
dom | ||
html | ||
Cargo.toml | ||
cors.rs | ||
layout_interface.rs | ||
lib.rs | ||
makefile.cargo | ||
page.rs | ||
script_task.rs |