Searched refs:with_sink_context (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/futures-util/src/compat/ |
D | compat03as01.rs | 154 with_sink_context(self, |mut inner, cx| { in start_send() 165 with_sink_context(self, |inner, cx| poll_03_to_01(inner.poll_flush(cx))) in poll_complete() 169 with_sink_context(self, |inner, cx| poll_03_to_01(inner.poll_close(cx))) in close() 228 fn with_sink_context<T, Item, R, F>(compat: &mut CompatSink<T, Item>, f: F) -> R in with_sink_context() function
|