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