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