Function with_clang_warnings

Source
fn with_clang_warnings<F, R>(f: F) -> Result<R>
where F: FnOnce() -> Result<R>,