MCPcopy Index your code
hub / github.com/SoftbearStudios/bitcode / ReplaceSelves

Class ReplaceSelves

bitcode_derive/src/shared.rs:212–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212struct ReplaceSelves<'a>(pub &'a Ident);
213impl VisitMut for ReplaceSelves<'_> {
214 fn visit_ident_mut(&mut self, ident: &mut Ident) {
215 if ident == "Self" {

Callers 1

deriveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected