Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/upstream/arm-ci
/
.
/
tests
/
headers
/
inherit-namespaced.hpp
blob: 61eafd5a576c3c28b4fbad90f5e9ac7b1193f521 [
file
] [
log
] [
blame
] [
edit
]
namespace
js
{
template
<
typename
T
>
class
RootedBase
{};
}
template
<
typename
T
>
class
Rooted
:
js
::
RootedBase
<
T
>
{};