Home
last modified time | relevance | path

Searched refs:MapErr (Results 1 – 25 of 480) sorted by relevance

12345678910>>...20

/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/futures-util-0.3.1/src/future/try_future/
H A Dmap_err.rs9 pub struct MapErr<Fut, F> { struct
14 impl<Fut, F> MapErr<Fut, F> { argument
19 pub(super) fn new(future: Fut, f: F) -> MapErr<Fut, F> { in new()
20 MapErr { future, f: Some(f) } in new()
24 impl<Fut: Unpin, F> Unpin for MapErr<Fut, F> {} implementation
26 impl<Fut, F, E> FusedFuture for MapErr<Fut, F> implementation
33 impl<Fut, F, E> Future for MapErr<Fut, F> implementation
/dports/net/proby/proby-1.0.2/cargo-crates/futures-util-preview-0.3.0-alpha.19/src/try_future/
H A Dmap_err.rs9 pub struct MapErr<Fut, F> { struct
14 impl<Fut, F> MapErr<Fut, F> { argument
19 pub(super) fn new(future: Fut, f: F) -> MapErr<Fut, F> { in new()
20 MapErr { future, f: Some(f) } in new()
24 impl<Fut: Unpin, F> Unpin for MapErr<Fut, F> {} implementation
26 impl<Fut, F, E> FusedFuture for MapErr<Fut, F> implementation
33 impl<Fut, F, E> Future for MapErr<Fut, 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 Dmap_err.rs9 pub struct MapErr<Fut, F> { struct
14 impl<Fut, F> MapErr<Fut, F> { argument
19 pub(super) fn new(future: Fut, f: F) -> MapErr<Fut, F> { in new()
20 MapErr { future, f: Some(f) } in new()
24 impl<Fut: Unpin, F> Unpin for MapErr<Fut, F> {} implementation
26 impl<Fut, F, E> FusedFuture for MapErr<Fut, F> implementation
33 impl<Fut, F, E> Future for MapErr<Fut, F> implementation
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/futures-util/src/future/try_future/
H A Dmap_err.rs9 pub struct MapErr<Fut, F> { struct
14 impl<Fut, F> MapErr<Fut, F> { argument
19 pub(super) fn new(future: Fut, f: F) -> MapErr<Fut, F> { in new()
20 MapErr { future, f: Some(f) } in new()
24 impl<Fut: Unpin, F> Unpin for MapErr<Fut, F> {} implementation
26 impl<Fut, F, E> FusedFuture for MapErr<Fut, F> implementation
33 impl<Fut, F, E> Future for MapErr<Fut, F> implementation
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/futures-util-0.3.4/src/future/try_future/
H A Dmap_err.rs9 pub struct MapErr<Fut, F> { struct
14 impl<Fut, F> MapErr<Fut, F> { impl
19 pub(super) fn new(future: Fut, f: F) -> MapErr<Fut, F> { in new()
20 MapErr { future, f: Some(f) } in new()
24 impl<Fut: Unpin, F> Unpin for MapErr<Fut, F> {} implementation
26 impl<Fut, F, E> FusedFuture for MapErr<Fut, F> implementation
33 impl<Fut, F, E> Future for MapErr<Fut, F> implementation
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/futures-util-0.3.1/src/stream/try_stream/
H A Dmap_err.rs11 pub struct MapErr<St, F> { struct
16 impl<St: Unpin, F> Unpin for MapErr<St, F> {} implementation
18 impl<St, F> fmt::Debug for MapErr<St, F> implementation
29 impl<St, F> MapErr<St, F> { impl
35 MapErr { stream, f } in new()
71 impl<St, F, E> FusedStream for MapErr<St, F> implementation
81 impl<St, F, E> Stream for MapErr<St, F> implementation
105 impl<S, F, Item> Sink<Item> for MapErr<S, F> implementation
/dports/net/proby/proby-1.0.2/cargo-crates/futures-util-preview-0.3.0-alpha.19/src/try_stream/
H A Dmap_err.rs11 pub struct MapErr<St, F> { struct
16 impl<St: Unpin, F> Unpin for MapErr<St, F> {} argument
18 impl<St, F> fmt::Debug for MapErr<St, F> implementation
29 impl<St, F> MapErr<St, F> { impl
35 MapErr { stream, f } in new()
71 impl<St, F, E> FusedStream for MapErr<St, F> implementation
81 impl<St, F, E> Stream for MapErr<St, F> implementation
105 impl<S, F, Item> Sink<Item> for MapErr<S, 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 Dmap_err.rs11 pub struct MapErr<St, F> { struct
16 impl<St: Unpin, F> Unpin for MapErr<St, F> {} argument
18 impl<St, F> fmt::Debug for MapErr<St, F> implementation
29 impl<St, F> MapErr<St, F> { impl
35 MapErr { stream, f } in new()
71 impl<St, F, E> FusedStream for MapErr<St, F> implementation
81 impl<St, F, E> Stream for MapErr<St, F> implementation
105 impl<S, F, Item> Sink<Item> for MapErr<S, F> implementation
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/futures-util/src/stream/try_stream/
H A Dmap_err.rs11 pub struct MapErr<St, F> { struct
16 impl<St: Unpin, F> Unpin for MapErr<St, F> {} argument
18 impl<St, F> fmt::Debug for MapErr<St, F> implementation
29 impl<St, F> MapErr<St, F> { impl
35 MapErr { stream, f } in new()
71 impl<St, F, E> FusedStream for MapErr<St, F> implementation
81 impl<St, F, E> Stream for MapErr<St, F> implementation
105 impl<S, F, Item> Sink<Item> for MapErr<S, F> implementation
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/futures-util-0.3.4/src/stream/try_stream/
H A Dmap_err.rs11 pub struct MapErr<St, F> {
16 impl<St: Unpin, F> Unpin for MapErr<St, F> {}
18 impl<St, F> fmt::Debug for MapErr<St, F>
29 impl<St, F> MapErr<St, F> {
35 MapErr { stream, f }
71 impl<St, F, E> FusedStream for MapErr<St, F>
81 impl<St, F, E> Stream for MapErr<St, F>
105 impl<S, F, Item> Sink<Item> for MapErr<S, F>
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/futures-0.1.29/src/stream/
H A Dmap_err.rs10 pub struct MapErr<S, F> { struct
15 pub fn new<S, F, U>(s: S, f: F) -> MapErr<S, F> in new() argument
19 MapErr { in new()
25 impl<S, F> MapErr<S, F> { impl
51 impl<S, F> ::sink::Sink for MapErr<S, F> implementation
70 impl<S, F, U> Stream for MapErr<S, F> implementation
/dports/devel/sccache/sccache-0.2.15/cargo-crates/futures-0.1.30/src/stream/
H A Dmap_err.rs10 pub struct MapErr<S, F> { struct
15 pub fn new<S, F, U>(s: S, f: F) -> MapErr<S, F> in new() argument
19 MapErr { in new()
25 impl<S, F> MapErr<S, F> { impl
51 impl<S, F> ::sink::Sink for MapErr<S, F> implementation
70 impl<S, F, U> Stream for MapErr<S, F> implementation
/dports/audio/lewton/lewton-0.10.2/cargo-crates/futures-0.1.29/src/stream/
H A Dmap_err.rs10 pub struct MapErr<S, F> { struct
15 pub fn new<S, F, U>(s: S, f: F) -> MapErr<S, F> in new() argument
19 MapErr { in new()
25 impl<S, F> MapErr<S, F> { implementation
51 impl<S, F> ::sink::Sink for MapErr<S, F> implementation
70 impl<S, F, U> Stream for MapErr<S, F> implementation
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/futures/src/stream/
H A Dmap_err.rs10 pub struct MapErr<S, F> { struct
15 pub fn new<S, F, U>(s: S, f: F) -> MapErr<S, F> in new() argument
19 MapErr { in new()
25 impl<S, F> MapErr<S, F> { implementation
51 impl<S, F> ::sink::Sink for MapErr<S, F> implementation
70 impl<S, F, U> Stream for MapErr<S, F> implementation
/dports/sysutils/vector/vector-0.10.0/cargo-crates/futures-0.1.29/src/stream/
H A Dmap_err.rs10 pub struct MapErr<S, F> { struct
15 pub fn new<S, F, U>(s: S, f: F) -> MapErr<S, F> in new() argument
19 MapErr { in new()
25 impl<S, F> MapErr<S, F> { impl
51 impl<S, F> ::sink::Sink for MapErr<S, F> implementation
70 impl<S, F, U> Stream for MapErr<S, F> implementation
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/futures-0.1.29/src/stream/
H A Dmap_err.rs10 pub struct MapErr<S, F> { struct
15 pub fn new<S, F, U>(s: S, f: F) -> MapErr<S, F> in new() argument
19 MapErr { in new()
25 impl<S, F> MapErr<S, F> { implementation
51 impl<S, F> ::sink::Sink for MapErr<S, F> implementation
70 impl<S, F, U> Stream for MapErr<S, F> implementation
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/futures-0.1.23/src/stream/
H A Dmap_err.rs10 pub struct MapErr<S, F> { struct
15 pub fn new<S, F, U>(s: S, f: F) -> MapErr<S, F> in new() argument
19 MapErr { in new()
25 impl<S, F> MapErr<S, F> { impl
51 impl<S, F> ::sink::Sink for MapErr<S, F> implementation
70 impl<S, F, U> Stream for MapErr<S, F> implementation
/dports/editors/xi-term/xi-term-d264767/cargo-crates/futures-0.1.27/src/stream/
H A Dmap_err.rs10 pub struct MapErr<S, F> { struct
15 pub fn new<S, F, U>(s: S, f: F) -> MapErr<S, F> in new() argument
19 MapErr { in new()
25 impl<S, F> MapErr<S, F> { impl
51 impl<S, F> ::sink::Sink for MapErr<S, F> implementation
70 impl<S, F, U> Stream for MapErr<S, F> implementation
/dports/www/firefox/firefox-99.0/third_party/rust/futures-0.1.31/src/stream/
H A Dmap_err.rs10 pub struct MapErr<S, F> { struct
15 pub fn new<S, F, U>(s: S, f: F) -> MapErr<S, F> in new() argument
19 MapErr { in new()
25 impl<S, F> MapErr<S, F> { implementation
51 impl<S, F> ::sink::Sink for MapErr<S, F> implementation
70 impl<S, F, U> Stream for MapErr<S, F> implementation
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/futures-0.1.29/src/stream/
H A Dmap_err.rs10 pub struct MapErr<S, F> { struct
15 pub fn new<S, F, U>(s: S, f: F) -> MapErr<S, F> in new() argument
19 MapErr { in new()
25 impl<S, F> MapErr<S, F> { impl
51 impl<S, F> ::sink::Sink for MapErr<S, F> implementation
70 impl<S, F, U> Stream for MapErr<S, F> implementation
/dports/net/proby/proby-1.0.2/cargo-crates/futures-0.1.29/src/stream/
H A Dmap_err.rs10 pub struct MapErr<S, F> { struct
15 pub fn new<S, F, U>(s: S, f: F) -> MapErr<S, F> in new() argument
19 MapErr { in new()
25 impl<S, F> MapErr<S, F> { implementation
51 impl<S, F> ::sink::Sink for MapErr<S, F> implementation
70 impl<S, F, U> Stream for MapErr<S, F> implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/futures-0.1.31/src/stream/
H A Dmap_err.rs10 pub struct MapErr<S, F> { struct
15 pub fn new<S, F, U>(s: S, f: F) -> MapErr<S, F> in new() argument
19 MapErr { in new()
25 impl<S, F> MapErr<S, F> { implementation
51 impl<S, F> ::sink::Sink for MapErr<S, F> implementation
70 impl<S, F, U> Stream for MapErr<S, F> implementation
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/futures-0.1.31/src/stream/
H A Dmap_err.rs10 pub struct MapErr<S, F> { struct
15 pub fn new<S, F, U>(s: S, f: F) -> MapErr<S, F> in new() argument
19 MapErr { in new()
25 impl<S, F> MapErr<S, F> { impl
51 impl<S, F> ::sink::Sink for MapErr<S, F> implementation
70 impl<S, F, U> Stream for MapErr<S, F> implementation
/dports/www/websocat/websocat-1.9.0/cargo-crates/futures-0.1.31/src/stream/
H A Dmap_err.rs10 pub struct MapErr<S, F> { struct
15 pub fn new<S, F, U>(s: S, f: F) -> MapErr<S, F> in new() argument
19 MapErr { in new()
25 impl<S, F> MapErr<S, F> { impl
51 impl<S, F> ::sink::Sink for MapErr<S, F> implementation
70 impl<S, F, U> Stream for MapErr<S, F> implementation
/dports/lang/rust/rustc-1.58.1-src/vendor/futures-0.1.29/src/stream/
H A Dmap_err.rs10 pub struct MapErr<S, F> { struct
15 pub fn new<S, F, U>(s: S, f: F) -> MapErr<S, F> in new() argument
19 MapErr { in new()
25 impl<S, F> MapErr<S, F> { implementation
51 impl<S, F> ::sink::Sink for MapErr<S, F> implementation
70 impl<S, F, U> Stream for MapErr<S, F> implementation

12345678910>>...20