Expand description
Macro magic to replace all instances of Self in a token tree.
Mostly for illustration / learning purposes, check out the source for details on how it works.
See also:
Macros§
- replace_
self_ ty - Replace instances of
Selfwith another type inside a syntax tree.