pub(crate) type TestDictionaryOrLong = TestDictionaryOrLong<DomTypeHolder>;Aliased Type§
pub(crate) enum TestDictionaryOrLong {
TestDictionary(RootedTraceableBox<TestDictionary<DomTypeHolder>>),
Long(i32),
}pub(crate) type TestDictionaryOrLong = TestDictionaryOrLong<DomTypeHolder>;pub(crate) enum TestDictionaryOrLong {
TestDictionary(RootedTraceableBox<TestDictionary<DomTypeHolder>>),
Long(i32),
}