RecordFieldWithUnionInside

Type Alias RecordFieldWithUnionInside 

Source
pub(crate) type RecordFieldWithUnionInside = RecordFieldWithUnionInside;

Aliased Type§

pub(crate) struct RecordFieldWithUnionInside {
    pub recordWithUnionField: Option<Record<USVString, USVStringOrNotUsedAnyWhereElse>>,
}

Fields§

§recordWithUnionField: Option<Record<USVString, USVStringOrNotUsedAnyWhereElse>>