pub fn outline<F: FnOnce() -> R, R>(f: F) -> R
Expand description

This calls the passed function while ensuring it won’t be inlined into the caller.