fn replace_self_in_tokens(tokens: TokenStream, replacement: &str) -> TokenStreamExpand description
Replace every occurrence of the self keyword/ident in a TokenStream
with a replacement identifier. Does NOT touch Self (capital S).
fn replace_self_in_tokens(tokens: TokenStream, replacement: &str) -> TokenStreamReplace every occurrence of the self keyword/ident in a TokenStream
with a replacement identifier. Does NOT touch Self (capital S).