Skip to main content

instrument

Function instrument 

Source
pub fn instrument<F>(
    inner: F,
    name: &'static str,
    module_path: &'static str,
    file: &'static str,
    line: u32,
) -> PollDiagnosticFuture<F> 
Expand description

Instruments a future using callsite metadata.