pub(crate) type TestDictionaryWithParent = TestDictionaryWithParent;
Aliased Type§
pub(crate) struct TestDictionaryWithParent {
pub parent: TestDictionaryParent,
pub stringMember: Option<DOMString>,
}
Fields§
§parent: TestDictionaryParent
§stringMember: Option<DOMString>