pub(crate) type TestTypedefNullableUnion = TestTypedefNullableUnion<DomTypeHolder>;
Aliased Type§
pub(crate) enum TestTypedefNullableUnion {
None,
Some(StringOrURLOrBlob<DomTypeHolder>),
}
pub(crate) type TestTypedefNullableUnion = TestTypedefNullableUnion<DomTypeHolder>;
pub(crate) enum TestTypedefNullableUnion {
None,
Some(StringOrURLOrBlob<DomTypeHolder>),
}