Home
last modified time | relevance | path

Searched defs:AndThen (Results 1 – 25 of 147) sorted by relevance

123456

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/futures-util-0.3.5/src/stream/try_stream/
H A Dand_then.rs13 pub struct AndThen<St, Fut, F> { struct
21 impl<St, Fut, F> fmt::Debug for AndThen<St, Fut, F> argument
34 impl<St, Fut, F> AndThen<St, Fut, F> impl
46 impl<St, Fut, F> Stream for AndThen<St, Fut, F> implementation
59 let AndThen { mut stream, mut future, f } = self.project(); in poll_next() localVariable
86 impl<St, Fut, F> FusedStream for AndThen<St, Fut, F> implementation
98 impl<S, Fut, F, Item> Sink<Item> for AndThen<S, Fut, F> implementation
/dports/games/genact/genact-0.10.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/
H A Dand_then.rs13 pub struct AndThen<St, Fut, F> { struct
21 impl<St, Fut, F> fmt::Debug for AndThen<St, Fut, F> implementation
34 impl<St, Fut, F> AndThen<St, Fut, F> impl
46 impl<St, Fut, F> Stream for AndThen<St, Fut, F> implementation
59 let AndThen { mut stream, mut future, f } = self.project(); in poll_next() localVariable
86 impl<St, Fut, F> FusedStream for AndThen<St, Fut, F> implementation
98 impl<S, Fut, F, Item> Sink<Item> for AndThen<S, Fut, F> implementation
/dports/sysutils/vector/vector-0.10.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/
H A Dand_then.rs13 pub struct AndThen<St, Fut, F> { struct
21 impl<St, Fut, F> fmt::Debug for AndThen<St, Fut, F> argument
34 impl<St, Fut, F> AndThen<St, Fut, F> implementation
46 impl<St, Fut, F> Stream for AndThen<St, Fut, F> implementation
59 let AndThen { mut stream, mut future, f } = self.project(); in poll_next() localVariable
86 impl<St, Fut, F> FusedStream for AndThen<St, Fut, F> implementation
98 impl<S, Fut, F, Item> Sink<Item> for AndThen<S, Fut, F> implementation
/dports/net/proby/proby-1.0.2/cargo-crates/futures-util-0.3.5/src/stream/try_stream/
H A Dand_then.rs13 pub struct AndThen<St, Fut, F> { struct
21 impl<St, Fut, F> fmt::Debug for AndThen<St, Fut, F> argument
34 impl<St, Fut, F> AndThen<St, Fut, F> impl
46 impl<St, Fut, F> Stream for AndThen<St, Fut, F> implementation
59 let AndThen { mut stream, mut future, f } = self.project(); in poll_next() localVariable
86 impl<St, Fut, F> FusedStream for AndThen<St, Fut, F> implementation
98 impl<S, Fut, F, Item> Sink<Item> for AndThen<S, Fut, F> implementation
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/
H A Dand_then.rs13 pub struct AndThen<St, Fut, F> { struct
21 impl<St, Fut, F> fmt::Debug for AndThen<St, Fut, F> implementation
34 impl<St, Fut, F> AndThen<St, Fut, F> implementation
46 impl<St, Fut, F> Stream for AndThen<St, Fut, F> implementation
59 let AndThen { mut stream, mut future, f } = self.project(); in poll_next() localVariable
86 impl<St, Fut, F> FusedStream for AndThen<St, Fut, F> implementation
98 impl<S, Fut, F, Item> Sink<Item> for AndThen<S, Fut, F> implementation
/dports/net-im/fractal/fractal-4.4.0/vendor/futures-util/src/stream/try_stream/
H A Dand_then.rs13 pub struct AndThen<St, Fut, F> { struct
21 impl<St, Fut, F> fmt::Debug for AndThen<St, Fut, F> implementation
34 impl<St, Fut, F> AndThen<St, Fut, F> implementation
46 impl<St, Fut, F> Stream for AndThen<St, Fut, F> implementation
59 let AndThen { mut stream, mut future, f } = self.project(); in poll_next() localVariable
86 impl<St, Fut, F> FusedStream for AndThen<St, Fut, F> implementation
98 impl<S, Fut, F, Item> Sink<Item> for AndThen<S, Fut, F> implementation
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/futures-util-0.3.5/src/stream/try_stream/
H A Dand_then.rs13 pub struct AndThen<St, Fut, F> { struct
21 impl<St, Fut, F> fmt::Debug for AndThen<St, Fut, F> implementation
34 impl<St, Fut, F> AndThen<St, Fut, F> implementation
46 impl<St, Fut, F> Stream for AndThen<St, Fut, F> implementation
59 let AndThen { mut stream, mut future, f } = self.project(); in poll_next() localVariable
86 impl<St, Fut, F> FusedStream for AndThen<St, Fut, F> implementation
98 impl<S, Fut, F, Item> Sink<Item> for AndThen<S, Fut, F> implementation
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/futures-util-0.3.1/src/stream/try_stream/
H A Dand_then.rs12 pub struct AndThen<St, Fut, F> { struct
18 impl<St: Unpin, Fut: Unpin, F> Unpin for AndThen<St, Fut, F> {} argument
20 impl<St, Fut, F> fmt::Debug for AndThen<St, Fut, F> implementation
33 impl<St, Fut, F> AndThen<St, Fut, F> { impl
39 impl<St, Fut, F> AndThen<St, Fut, F> implementation
81 impl<St, Fut, F> Stream for AndThen<St, Fut, F> implementation
118 impl<St, Fut, F> FusedStream for AndThen<St, Fut, F> implementation
130 impl<S, Fut, F, Item> Sink<Item> for AndThen<S, Fut, F> implementation
/dports/net/proby/proby-1.0.2/cargo-crates/futures-util-preview-0.3.0-alpha.19/src/try_stream/
H A Dand_then.rs12 pub struct AndThen<St, Fut, F> { struct
18 impl<St: Unpin, Fut: Unpin, F> Unpin for AndThen<St, Fut, F> {} argument
20 impl<St, Fut, F> fmt::Debug for AndThen<St, Fut, F> implementation
33 impl<St, Fut, F> AndThen<St, Fut, F> { implementation
39 impl<St, Fut, F> AndThen<St, Fut, F> implementation
81 impl<St, Fut, F> Stream for AndThen<St, Fut, F> implementation
118 impl<St, Fut, F> FusedStream for AndThen<St, Fut, F> implementation
130 impl<S, Fut, F, Item> Sink<Item> for AndThen<S, Fut, F> implementation
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/futures-util-preview-0.3.0-alpha.19/src/try_stream/
H A Dand_then.rs12 pub struct AndThen<St, Fut, F> { struct
18 impl<St: Unpin, Fut: Unpin, F> Unpin for AndThen<St, Fut, F> {} argument
20 impl<St, Fut, F> fmt::Debug for AndThen<St, Fut, F> implementation
33 impl<St, Fut, F> AndThen<St, Fut, F> { implementation
39 impl<St, Fut, F> AndThen<St, Fut, F> impl
81 impl<St, Fut, F> Stream for AndThen<St, Fut, F> implementation
118 impl<St, Fut, F> FusedStream for AndThen<St, Fut, F> implementation
130 impl<S, Fut, F, Item> Sink<Item> for AndThen<S, Fut, F> implementation
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/futures-util/src/stream/try_stream/
H A Dand_then.rs12 pub struct AndThen<St, Fut, F> { struct
18 impl<St: Unpin, Fut: Unpin, F> Unpin for AndThen<St, Fut, F> {} argument
20 impl<St, Fut, F> fmt::Debug for AndThen<St, Fut, F> implementation
33 impl<St, Fut, F> AndThen<St, Fut, F> { implementation
39 impl<St, Fut, F> AndThen<St, Fut, F> implementation
81 impl<St, Fut, F> Stream for AndThen<St, Fut, F> implementation
118 impl<St, Fut, F> FusedStream for AndThen<St, Fut, F> implementation
130 impl<S, Fut, F, Item> Sink<Item> for AndThen<S, Fut, F> implementation
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/futures-util-0.3.4/src/stream/try_stream/
H A Dand_then.rs12 pub struct AndThen<St, Fut, F> { struct
18 impl<St: Unpin, Fut: Unpin, F> Unpin for AndThen<St, Fut, F> {} argument
20 impl<St, Fut, F> fmt::Debug for AndThen<St, Fut, F> implementation
33 impl<St, Fut, F> AndThen<St, Fut, F> { impl
39 impl<St, Fut, F> AndThen<St, Fut, F> impl
81 impl<St, Fut, F> Stream for AndThen<St, Fut, F> implementation
118 impl<St, Fut, F> FusedStream for AndThen<St, Fut, F> implementation
130 impl<S, Fut, F, Item> Sink<Item> for AndThen<S, Fut, F> implementation
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/try_stream/
H A Dinto_stream.rs14 stream: St,
17 impl<St> IntoStream<St> {
18 #[inline]
23 delegate_access_inner!(stream, St, ());
36 fn poll_next(
48 // Forwarding impl of Sink from the underlying stream
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/futures-util-0.3.8/src/stream/try_stream/
H A Dand_then.rs13 pub struct AndThen<St, Fut, F> { struct
21 impl<St, Fut, F> fmt::Debug for AndThen<St, Fut, F> argument
34 impl<St, Fut, F> AndThen<St, Fut, F> impl
46 impl<St, Fut, F> Stream for AndThen<St, Fut, F> implementation
84 impl<St, Fut, F> FusedStream for AndThen<St, Fut, F> implementation
96 impl<S, Fut, F, Item> Sink<Item> for AndThen<S, Fut, F> implementation
/dports/www/castor/castor-0.8.16/cargo-crates/futures-util-0.3.6/src/stream/try_stream/
H A Dand_then.rs13 pub struct AndThen<St, Fut, F> { struct
21 impl<St, Fut, F> fmt::Debug for AndThen<St, Fut, F> argument
34 impl<St, Fut, F> AndThen<St, Fut, F> implementation
46 impl<St, Fut, F> Stream for AndThen<St, Fut, F> implementation
84 impl<St, Fut, F> FusedStream for AndThen<St, Fut, F> implementation
96 impl<S, Fut, F, Item> Sink<Item> for AndThen<S, Fut, F> implementation
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/futures-util-0.3.7/src/stream/try_stream/
H A Dand_then.rs13 pub struct AndThen<St, Fut, F> { struct
21 impl<St, Fut, F> fmt::Debug for AndThen<St, Fut, F> argument
34 impl<St, Fut, F> AndThen<St, Fut, F> impl
46 impl<St, Fut, F> Stream for AndThen<St, Fut, F> implementation
84 impl<St, Fut, F> FusedStream for AndThen<St, Fut, F> implementation
96 impl<S, Fut, F, Item> Sink<Item> for AndThen<S, Fut, F> implementation
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/futures-util-0.3.1/src/future/try_future/
H A Dand_then.rs10 pub struct AndThen<Fut1, Fut2, F> { struct
14 impl<Fut1, Fut2, F> AndThen<Fut1, Fut2, F> argument
28 impl<Fut1, Fut2, F> FusedFuture for AndThen<Fut1, Fut2, F> implementation
38 impl<Fut1, Fut2, F> Future for AndThen<Fut1, Fut2, F> implementation
/dports/net/proby/proby-1.0.2/cargo-crates/futures-util-preview-0.3.0-alpha.19/src/try_future/
H A Dand_then.rs10 pub struct AndThen<Fut1, Fut2, F> { struct
14 impl<Fut1, Fut2, F> AndThen<Fut1, Fut2, F> impl
28 impl<Fut1, Fut2, F> FusedFuture for AndThen<Fut1, Fut2, F> implementation
38 impl<Fut1, Fut2, F> Future for AndThen<Fut1, Fut2, F> implementation
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/futures-util-preview-0.3.0-alpha.19/src/try_future/
H A Dand_then.rs10 pub struct AndThen<Fut1, Fut2, F> { struct
14 impl<Fut1, Fut2, F> AndThen<Fut1, Fut2, F> impl
28 impl<Fut1, Fut2, F> FusedFuture for AndThen<Fut1, Fut2, F> implementation
38 impl<Fut1, Fut2, F> Future for AndThen<Fut1, Fut2, F> implementation
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/futures-util/src/future/try_future/
H A Dand_then.rs10 pub struct AndThen<Fut1, Fut2, F> { struct
14 impl<Fut1, Fut2, F> AndThen<Fut1, Fut2, F> implementation
28 impl<Fut1, Fut2, F> FusedFuture for AndThen<Fut1, Fut2, F> implementation
38 impl<Fut1, Fut2, F> Future for AndThen<Fut1, Fut2, F> implementation
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/futures-util-0.3.4/src/future/try_future/
H A Dand_then.rs10 pub struct AndThen<Fut1, Fut2, F> { struct
14 impl<Fut1, Fut2, F> AndThen<Fut1, Fut2, F> impl
28 impl<Fut1, Fut2, F> FusedFuture for AndThen<Fut1, Fut2, F> implementation
38 impl<Fut1, Fut2, F> Future for AndThen<Fut1, Fut2, F> implementation
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/futures-0.1.29/src/stream/
H A Dand_then.rs10 pub struct AndThen<S, F, U> struct
18 pub fn new<S, F, U>(s: S, f: F) -> AndThen<S, F, U> in new() argument
30 impl<S, F, U> AndThen<S, F, U> impl
58 impl<S, F, U: IntoFuture> ::sink::Sink for AndThen<S, F, U> implementation
77 impl<S, F, U> Stream for AndThen<S, F, U> implementation
/dports/devel/sccache/sccache-0.2.15/cargo-crates/futures-0.1.30/src/stream/
H A Dand_then.rs10 pub struct AndThen<S, F, U> struct
18 pub fn new<S, F, U>(s: S, f: F) -> AndThen<S, F, U> in new() argument
30 impl<S, F, U> AndThen<S, F, U> impl
58 impl<S, F, U: IntoFuture> ::sink::Sink for AndThen<S, F, U> implementation
77 impl<S, F, U> Stream for AndThen<S, F, U> implementation
/dports/audio/lewton/lewton-0.10.2/cargo-crates/futures-0.1.29/src/stream/
H A Dand_then.rs10 pub struct AndThen<S, F, U> struct
18 pub fn new<S, F, U>(s: S, f: F) -> AndThen<S, F, U> in new() argument
30 impl<S, F, U> AndThen<S, F, U> impl
58 impl<S, F, U: IntoFuture> ::sink::Sink for AndThen<S, F, U> implementation
77 impl<S, F, U> Stream for AndThen<S, F, U> implementation
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/futures-0.1.29/src/stream/
H A Dand_then.rs10 pub struct AndThen<S, F, U> struct
18 pub fn new<S, F, U>(s: S, f: F) -> AndThen<S, F, U> in new() argument
30 impl<S, F, U> AndThen<S, F, U> impl
58 impl<S, F, U: IntoFuture> ::sink::Sink for AndThen<S, F, U> implementation
77 impl<S, F, U> Stream for AndThen<S, F, U> implementation

123456