Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Ddevres.rs354 pub fn try_access_with<R, F: FnOnce(&T) -> R>(&self, f: F) -> Option<R> { in try_access_with() method
464 pub fn try_access_with<R, G>(&self, f: G) -> Option<R> in try_access_with() function
H A Drevocable.rs140 pub fn try_access_with<R, F: FnOnce(&T) -> R>(&self, f: F) -> Option<R> { try_access_with() method