/external/rust/crates/futures-sink/src/ |
D | lib.rs | 89 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error>; in start_send() method 126 fn start_send(mut self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() method 150 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() function 175 fn start_send(self: Pin<&mut Self>, item: T) -> Result<(), Self::Error> { in start_send() method 197 fn start_send(self: Pin<&mut Self>, item: T) -> Result<(), Self::Error> { in start_send() method 222 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 | 13 fn start_send(mut self: Pin<&mut Self>, msg: T) -> Result<(), Self::Error> { in start_send() method 40 fn start_send(mut self: Pin<&mut Self>, msg: T) -> Result<(), Self::Error> { in start_send() method 61 fn start_send(self: Pin<&mut Self>, msg: T) -> Result<(), Self::Error> { in start_send() method
|
D | mod.rs | 709 pub fn start_send(&mut self, msg: T) -> Result<(), SendError> { in start_send() method 815 pub fn start_send(&mut self, msg: T) -> Result<(), SendError> { in start_send() method
|
/external/rust/crates/futures-util/src/sink/ |
D | drain.rs | 42 fn start_send(self: Pin<&mut Self>, _item: T) -> Result<(), Self::Error> { in start_send() method
|
D | map_err.rs | 41 fn start_send(mut self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() function
|
D | unfold.rs | 58 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() function
|
D | buffer.rs | 85 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() method
|
D | with_flat_map.rs | 110 fn start_send(self: Pin<&mut Self>, item: U) -> Result<(), Self::Error> { in start_send() function
|
D | with.rs | 115 fn start_send(self: Pin<&mut Self>, item: U) -> Result<(), Self::Error> { in start_send() function
|
D | fanout.rs | 78 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() function
|
/external/rust/crates/futures-util/src/io/ |
D | into_sink.rs | 65 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() method
|
/external/rust/crates/futures/tests/ |
D | stream_split.rs | 33 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in test_split() method
|
D | future_try_flatten_stream.rs | 60 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 | 109 fn start_send(mut self: Pin<&mut Self>, item: Option<T>) -> Result<(), Self::Error> { in start_send() method 189 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 | 136 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 | 99 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 | 158 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 | 133 fn start_send(&mut self, item: Self::SinkItem) -> StartSend01<Self::SinkItem, Self::SinkError> { in start_send() function
|
D | compat01as03.rs | 246 fn start_send(mut self: Pin<&mut Self>, item: SinkItem) -> Result<(), Self::Error> { in start_send() function
|
/external/rust/crates/crossbeam-channel/src/flavors/ |
D | zero.rs | 128 fn start_send(&self, token: &mut Token) -> bool { in start_send() method
|
D | array.rs | 149 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
|