Home
last modified time | relevance | path

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

/external/rust/crates/tokio-stream/src/stream_ext/
Dfold.rs24 impl<St, B, F> FoldFuture<St, B, F> { implementation
35 impl<St, B, F> Future for FoldFuture<St, B, F> implementation