pub(crate) type TrustedScriptURLOrUSVString = TrustedScriptURLOrUSVString<DomTypeHolder>;
Aliased Type§
pub(crate) enum TrustedScriptURLOrUSVString {
TrustedScriptURL(Root<Dom<TrustedScriptURL>>),
USVString(USVString),
}
pub(crate) type TrustedScriptURLOrUSVString = TrustedScriptURLOrUSVString<DomTypeHolder>;
pub(crate) enum TrustedScriptURLOrUSVString {
TrustedScriptURL(Root<Dom<TrustedScriptURL>>),
USVString(USVString),
}