Home
last modified time | relevance | path

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

/external/rust/crates/futures-util/src/stream/stream/
Dready_chunks.rs23 impl<St: Stream> ReadyChunks<St> where St: Stream { impl
37 impl<St: Stream> Stream for ReadyChunks<St> { implementation
96 impl<St: FusedStream> FusedStream for ReadyChunks<St> { implementation
104 impl<S, Item> Sink<Item> for ReadyChunks<S> implementation