Skip to main content

AttrExtractor

Trait AttrExtractor 

Source
pub trait AttrExtractor {
    // Required methods
    fn extract(&self, name: &str) -> Option<&ElementAttribute>;
    fn extract_case_insensitive(&self, name: &str) -> Option<&ElementAttribute>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl AttrExtractor for HashMap<String, ElementAttribute>

Implementors§