Type Alias rtf_parser::tokens::ControlSymbol
source · 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’