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

Required Methods§

Source

fn Target(&self) -> DOMString

Implementors§