/external/rust/crates/futures-sink/src/ |
D | lib.rs | 84 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error>; in start_send() method 121 fn start_send(mut self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() method 145 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() function 170 fn start_send(self: Pin<&mut Self>, item: T) -> Result<(), Self::Error> { in start_send() method 192 fn start_send(self: Pin<&mut Self>, item: T) -> Result<(), Self::Error> { in start_send() method 214 fn start_send(mut self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() method
|
/external/rust/crates/futures-channel/src/mpsc/ |
D | sink_impl.rs | 16 fn start_send( in start_send() method 55 fn start_send( in start_send() method 88 fn start_send(self: Pin<&mut Self>, msg: T) -> Result<(), Self::Error> { in start_send() method
|
D | mod.rs | 741 pub fn start_send(&mut self, msg: T) -> Result<(), SendError> { in start_send() method 860 pub fn start_send(&mut self, msg: T) -> Result<(), SendError> { in start_send() method
|
/external/rust/crates/futures-util/src/sink/ |
D | drain.rs | 45 fn start_send( in start_send() method
|
D | unfold.rs | 61 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() function
|
D | map_err.rs | 43 fn start_send( in start_send() function
|
D | buffer.rs | 89 fn start_send( in start_send() method
|
D | with_flat_map.rs | 122 fn start_send( in start_send() function
|
D | with.rs | 125 fn start_send( in start_send() function
|
D | fanout.rs | 79 fn start_send( in start_send() function
|
/external/rust/crates/futures-util/src/io/ |
D | into_sink.rs | 72 fn start_send( in start_send() method
|
/external/rust/crates/futures/tests/ |
D | split.rs | 39 fn start_send( in test_split() method
|
D | future_try_flatten_stream.rs | 69 fn start_send(self: Pin<&mut Self>, _: Item) -> Result<(), Self::Error> { in assert_impls() method
|
D | auto_traits.rs | 59 fn start_send(self: Pin<&mut Self>, _: T) -> Result<(), Self::Error> { in start_send() method
|
D | sink.rs | 123 fn start_send(mut self: Pin<&mut Self>, item: Option<T>) -> Result<(), Self::Error> { in start_send() method 217 fn start_send(mut self: Pin<&mut Self>, item: T) -> Result<(), Self::Error> { in start_send() method
|
/external/rust/crates/futures-util/src/future/try_future/ |
D | try_flatten.rs | 142 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() function
|
/external/rust/crates/futures-util/src/future/future/ |
D | flatten.rs | 127 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() function
|
/external/rust/crates/futures-util/src/stream/stream/ |
D | split.rs | 96 fn start_send(mut self: Pin<&mut Self>, item: Item) -> Result<(), S::Error> { in start_send() method
|
/external/rust/crates/futures-util/src/future/ |
D | either.rs | 141 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() function
|
/external/rust/crates/futures-util/src/compat/ |
D | compat03as01.rs | 150 fn start_send( in start_send() function
|
D | compat01as03.rs | 259 fn start_send( in start_send() function
|
/external/rust/crates/crossbeam-channel/src/flavors/ |
D | zero.rs | 115 fn start_send(&self, token: &mut Token) -> bool { in start_send() method
|
D | array.rs | 156 fn start_send(&self, token: &mut Token) -> bool { in start_send() method
|
D | list.rs | 196 fn start_send(&self, token: &mut Token) -> bool { in start_send() method
|
/external/rust/crates/grpcio/src/call/ |
D | client.rs | 373 fn start_send(mut self: Pin<&mut Self>, (msg, flags): (Req, WriteFlags)) -> Result<()> { in start_send() method
|