Files
servo/components/script/dom/bindings/codegen/CodegenRust.py
Anthony Ramine acb13dc899 Support variadic interface arguments (fixes #8159)
We use a RootedVec value in codegen, of which we use the `r()` method to
pass `&[&T]` to the interface methods.
2015-11-11 14:52:21 +01:00

228 KiB