Struct nv_xml::XmlAttribute [] [src]

pub struct XmlAttribute<'a> { /* fields omitted */ }

Methods

impl<'a> XmlAttribute<'a>
[src]

Trait Implementations

impl<'a> Debug for XmlAttribute<'a>
[src]

Formats the value using the given formatter.

impl<'a> ToString for XmlAttribute<'a>
[src]

Converts the given value to a String. Read more