pub(crate) trait ProcessingInstructionMethods<D>where D: DomTypes,{ // Required method fn Target(&self) -> DOMString; }