outline

Function outline 

Source
pub fn outline<R>(f: impl FnOnce() -> R) -> R
Expand description

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