pub type ElementRaw<'a> = Vec<(PairKey, Cow<'a, str>)>;
A list of key-value pairs representing a raw XFCC element
pub struct ElementRaw<'a> { /* private fields */ }