pub fn instrument<F>( inner: F, name: &'static str, module_path: &'static str, file: &'static str, line: u32, ) -> PollDiagnosticFuture<F> ⓘ
Instruments a future using callsite metadata.