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