pub trait NamespacedPropertyAttribute {
// Required methods
fn namespace(&self) -> &str;
fn property(&self) -> &str;
fn attribute(&self) -> &str;
}Expand description
A trait describing a namespaced attribute.
pub trait NamespacedPropertyAttribute {
// Required methods
fn namespace(&self) -> &str;
fn property(&self) -> &str;
fn attribute(&self) -> &str;
}A trait describing a namespaced attribute.