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

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

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

Trait Implementations

impl<'a, 'b: 'a> Display for ReprDisplay<'a, 'b>
[src]

Formats the value using the given formatter. Read more