Trait ProcessingInstruction

Source
pub trait ProcessingInstruction {
    // Required method
    fn target(&self) -> String;
}

Required Methods§

Source

fn target(&self) -> String

Implementors§