Struct xml::name::ReprDisplay [] [src]

pub struct ReprDisplay<'a, 'b>(_);

A wrapper around Name whose Display implementation prints the wrapped name as it is displayed in an XML document.

Trait Implementations

impl<'a, 'b> Display for ReprDisplay<'a, 'b>

fn fmt(&self, f: &mut Formatter) -> Result