pub type DigestedReversionClosure = Rc<dyn Fn(&Digested) -> Result<Tokens>>;Expand description
A reversion closure that operates on the original Digested argument,
enabling access to structured data (e.g., KeyVals) for custom reversion formatting.
Perl equivalent: the reversion option on DefParameterType, which receives the raw value.
Aliased Typeยง
pub struct DigestedReversionClosure { /* private fields */ }