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