Struct xmlhelper::decode::XmlElement [] [src]

pub struct XmlElement {
    pub name: Name,
    pub attributes: XmlAttributeList,
}

Fields

Trait Implementations

impl Debug for XmlElement
[src]

Formats the value using the given formatter.