Home
last modified time | relevance | path

Searched defs:start_send (Results 1 – 25 of 36) sorted by relevance

12

/external/rust/crates/futures-sink/src/
Dlib.rs89 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/
Dsink_impl.rs13 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
/external/rust/crates/tokio-util/src/io/
Dcopy_to_bytes.rs55 fn start_send(self: Pin<&mut Self>, item: &'a [u8]) -> Result<(), Self::Error> { in start_send() function
/external/rust/crates/futures-util/src/sink/
Ddrain.rs48 fn start_send(self: Pin<&mut Self>, _item: T) -> Result<(), Self::Error> { in start_send() method
Dmap_err.rs41 fn start_send(mut self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() function
Dunfold.rs58 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() function
Dbuffer.rs85 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() method
Dwith_flat_map.rs110 fn start_send(self: Pin<&mut Self>, item: U) -> Result<(), Self::Error> { in start_send() function
Dwith.rs115 fn start_send(self: Pin<&mut Self>, item: U) -> Result<(), Self::Error> { in start_send() function
Dfanout.rs78 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() function
/external/rust/crates/futures-util/src/io/
Dinto_sink.rs65 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() method
/external/rust/crates/futures/tests/
Dstream_split.rs33 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in test_split() method
Dfuture_try_flatten_stream.rs60 fn start_send(self: Pin<&mut Self>, _: Item) -> Result<(), Self::Error> { in assert_impls() method
Dauto_traits.rs59 fn start_send(self: Pin<&mut Self>, _: T) -> Result<(), Self::Error> { in start_send() method
Dsink.rs109 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/
Dtry_flatten.rs136 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() function
/external/rust/crates/futures-util/src/future/future/
Dflatten.rs127 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() function
/external/rust/crates/futures-test/src/
Dtrack_closed.rs122 fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> { in start_send() method
/external/rust/crates/tokio-util/src/codec/
Dframed_write.rs151 fn start_send(self: Pin<&mut Self>, item: I) -> Result<(), Self::Error> { in start_send() function
Dframed_read.rs172 fn start_send(self: Pin<&mut Self>, item: I) -> Result<(), Self::Error> { in start_send() function
Dframed_impl.rs270 fn start_send(self: Pin<&mut Self>, item: I) -> Result<(), Self::Error> { in start_send() function
Dframed.rs318 fn start_send(self: Pin<&mut Self>, item: I) -> Result<(), Self::Error> { in start_send() function
/external/rust/crates/tokio-util/src/sync/
Dmpsc.rs276 fn start_send(self: Pin<&mut Self>, item: T) -> Result<(), Self::Error> { in start_send() method
/external/rust/crates/tokio-util/src/udp/
Dframe.rs126 fn start_send(self: Pin<&mut Self>, item: (I, SocketAddr)) -> Result<(), Self::Error> { in start_send() function
/external/rust/crates/futures-util/src/stream/stream/
Dsplit.rs99 fn start_send(mut self: Pin<&mut Self>, item: Item) -> Result<(), S::Error> { in start_send() method

12