pub fn deescape_orig_dollar(input: ParseStream<'_>) -> Result<OrigDollarHandled>Expand description
Skip over any orig_dollar
Call this after seeing a $.
The orig_dollar (hopefully) came from
definition::escape_dollars.
pub fn deescape_orig_dollar(input: ParseStream<'_>) -> Result<OrigDollarHandled>Skip over any orig_dollar
Call this after seeing a $.
The orig_dollar (hopefully) came from
definition::escape_dollars.