pub type ControlSymbol<'a> = (ControlWord<'a>, Property);
Expand description
A control symbol is a pair (control_word, property) In the RTF specification, it refers to ‘control word entity’
pub type ControlSymbol<'a> = (ControlWord<'a>, Property);
A control symbol is a pair (control_word, property) In the RTF specification, it refers to ‘control word entity’