/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/script/dom/bindings/inheritance.rs
6 строк
333 B
Josh Matthews
More miscellaneous script splitting changes (#36220)
30 мар 2025, 14:06
Не верифицирован
30 мар 2025, 14:06
b445053
Код
Авторство
О чём код?
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ pub(crate) use script_bindings::codegen::InheritTypes::*; pub(crate) use script_bindings::inheritance::{Castable, HasParent};