Searched defs:cold_path (Results 1 – 2 of 2) sorted by relevance
53 pub fn cold_path<F: FnOnce() -> R, R>(f: F) -> R { in cold_path() function
40 fn cold_path<F: FnOnce() -> R, R>(f: F) -> R { in cold_path() function