Type Alias TestDictionaryOrLong

Source
pub(crate) type TestDictionaryOrLong = TestDictionaryOrLong<DomTypeHolder>;

Aliased Type§

pub(crate) enum TestDictionaryOrLong {
    TestDictionary(RootedTraceableBox<TestDictionary<DomTypeHolder>>),
    Long(i32),
}

Variants§