Type Alias TestDictionaryWithParent

Source
pub(crate) type TestDictionaryWithParent = TestDictionaryWithParent;

Aliased Type§

pub(crate) struct TestDictionaryWithParent {
    pub parent: TestDictionaryParent,
    pub stringMember: Option<DOMString>,
}

Fields§

§parent: TestDictionaryParent§stringMember: Option<DOMString>