pub(crate) trait TrustedHTMLMethods<D>where D: DomTypes,{ // Required methods fn Stringifier(&self) -> DOMString; fn ToJSON(&self) -> DOMString; }