Trait elementtree::AsQName

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

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.

Implementations on Foreign Types§

Implementors§