Trait epp_client::epp::object::ElementName[][src]

pub trait ElementName {
    fn element_name(&self) -> &'static str;
}
Expand description

Trait to set correct value for xml tags when tags are being generated from generic types

Required methods

Implementors