Skip to main content

ElementFeatures

Type Alias ElementFeatures 

Source
pub type ElementFeatures = HashMap<String, Vec<String>>;
Expand description

Feature tags for a single element’s attributes/children. Maps attribute/child name -> list of feature tags.

Aliased Type§

pub struct ElementFeatures { /* private fields */ }