Searched refs:new_with_data (Results 1 – 2 of 2) sorted by relevance
207 pub fn new_with_data(data: T, cleanup_func: F) -> Self { in new_with_data() method223 ScopeGuard::new_with_data((), move |()| cleanup()) in new()
1109 let mut init_count = ScopeGuard::new_with_data(0, |i| {1154 let mut init_count = ScopeGuard::new_with_data(0, |i| {