Function newrelic_sdk::segment_external_with[][src]

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