Trait elementtree::AsQName [] [src]

pub trait AsQName<'a> {
    fn as_qname(&self) -> Cow<'a, QName<'a>>;
}

Convenience trait to get a QName from an object.

This is used for the accessor interface on elements.

Required Methods

Returns a Cow'ed QName from the given object.

Implementors