Trait xmlhelper::decode::ElementNameSet [] [src]

pub trait ElementNameSet: Debug {
    fn contains_element_name(&self, value: &str) -> bool;
}

Required Methods

Implementors