Home
last modified time | relevance | path

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

/external/rust/crates/futures-util/src/compat/
Dcompat01as03.rs36 fn in_notify<R>(&mut self, cx: &mut Context<'_>, f: impl FnOnce(&mut T) -> R) -> R { in in_notify() method
199 fn in_notify<R>(&mut self, cx: &mut Context<'_>, f: impl FnOnce(&mut S) -> R) -> R { in in_notify() method