Skip The self Argument When Instrumenting Tracing On A Rust Function
February 2024
```cargo
tracing = "0.1"
tracing-subscriber = "0.3"
```
use ;
Output:
2024-02-29T00:49:19.740982Z INFO instrument_with_self{self=Widget}: _active_nvim_run: ping
2024-02-29T00:49:19.741050Z INFO instrument_without_self: _active_nvim_run: ping
end of line