Crate replace_self_ty

Crate replace_self_ty 

Source
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 Self with another type inside a syntax tree.