Function newrelic::transaction_with [] [src]

pub fn transaction_with<F, T>(f: F, name: Option<&str>) -> T where
    F: Fn(Option<i64>) -> T,