mirror of
https://github.com/servo/servo.git
synced 2025-07-29 18:20:24 +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. |
||
---|---|---|
.. | ||
codegen | ||
callback.rs | ||
conversions.rs | ||
DESIGN.md | ||
error.rs | ||
global.rs | ||
js.rs | ||
proxyhandler.rs | ||
str.rs | ||
trace.rs | ||
utils.rs |