Home
last modified time | relevance | path

Searched defs:FnOnce (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/rust/kernel/sync/
H A Dlock.rs143 pub(crate) fn do_unlocked(&mut self, cb: impl FnOnce()) { in do_unlocked()
/openbmc/linux/rust/kernel/
H A Dtypes.rs175 pub fn new(cleanup: impl FnOnce()) -> ScopeGuard<(), impl FnOnce(())> { in new()