Home
last modified time | relevance | path

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

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