Type Definition xfcc_parser::ElementRaw
source · pub type ElementRaw<'a> = Vec<(PairKey, Cow<'a, str>)>;Expand description
A list of key-value pairs representing a raw XFCC element
pub type ElementRaw<'a> = Vec<(PairKey, Cow<'a, str>)>;A list of key-value pairs representing a raw XFCC element