ElementRaw

Type Alias ElementRaw 

Source
pub type ElementRaw<'a> = Vec<(PairKey, Cow<'a, str>)>;
Expand description

A list of key-value pairs representing a raw XFCC element

Aliased Typeยง

pub struct ElementRaw<'a> { /* private fields */ }