tokio-rs / tracing

Application level tracing for Rust.
https://tracing.rs
MIT License
5.33k stars 697 forks source link

attributes: force instrumented function to be `FnOnce` #2847

Open Hakuyume opened 8 months ago

Hakuyume commented 8 months ago

Motivation

close #2796

Solution

Bind a non-Copy value in the closure.

Hakuyume commented 6 months ago

@mladedav Thank you for your suggestion. I changed the PR title (just copied from yours).