Home
last modified time | relevance | path

Searched defs:BoxFuture (Results 1 – 25 of 150) sorted by relevance

123456

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/issues/
H A Dissue-75777.rs9 type BoxFuture<'a, T> = Pin<Box<dyn Future<Output = T> + 'a + Send>>; typedef
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/suggestions/
H A Dbox-future-wrong-output.rs7 pub type BoxFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>; typedef
H A Dexpected-boxed-future-isnt-pinned.rs6 type BoxFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>; typedef
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/jsonrpc-core-18.0.0/src/
H A Dlib.rs50 pub type BoxFuture<T> = Pin<Box<dyn std::future::Future<Output = T> + Send>>; typedef
/dports/editors/helix/helix-0.5.0/cargo-crates/jsonrpc-core-18.0.0/src/
H A Dlib.rs50 pub type BoxFuture<T> = Pin<Box<dyn std::future::Future<Output = T> + Send>>; typedef
/dports/lang/rust/rustc-1.58.1-src/vendor/jsonrpc-core/src/
H A Dlib.rs50 pub type BoxFuture<T> = Pin<Box<dyn std::future::Future<Output = T> + Send>>; typedef
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/higher-rank-trait-bounds/normalize-under-binder/
H A Dissue-80706.rs4 type BoxFuture<T> = std::pin::Pin<Box<dyn std::future::Future<Output=T>>>; typedef
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tower-util-0.1.0/src/boxed/
H A Dsync.rs21 type BoxFuture<T, E> = Box<dyn Future<Item = T, Error = E> + Send>; typedef
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/futures-core-0.3.16/src/
H A Dfuture.rs13 pub type BoxFuture<'a, T> = Pin<alloc::boxed::Box<dyn Future<Output = T> + Send + 'a>>; typedef
/dports/net/routinator/routinator-0.10.2/cargo-crates/futures-core-0.3.15/src/
H A Dfuture.rs13 pub type BoxFuture<'a, T> = Pin<alloc::boxed::Box<dyn Future<Output = T> + Send + 'a>>; typedef
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/futures-core-0.3.18/src/
H A Dfuture.rs13 pub type BoxFuture<'a, T> = Pin<alloc::boxed::Box<dyn Future<Output = T> + Send + 'a>>; typedef
/dports/lang/gleam/gleam-0.18.2/cargo-crates/futures-core-0.3.18/src/
H A Dfuture.rs13 pub type BoxFuture<'a, T> = Pin<alloc::boxed::Box<dyn Future<Output = T> + Send + 'a>>; typedef
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/futures-core-0.3.21/src/
H A Dfuture.rs13 pub type BoxFuture<'a, T> = Pin<alloc::boxed::Box<dyn Future<Output = T> + Send + 'a>>; typedef
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/futures-core-0.3.18/src/
H A Dfuture.rs13 pub type BoxFuture<'a, T> = Pin<alloc::boxed::Box<dyn Future<Output = T> + Send + 'a>>; typedef
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/futures-core-0.3.17/src/
H A Dfuture.rs13 pub type BoxFuture<'a, T> = Pin<alloc::boxed::Box<dyn Future<Output = T> + Send + 'a>>; typedef
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/futures-core-0.3.17/src/
H A Dfuture.rs13 pub type BoxFuture<'a, T> = Pin<alloc::boxed::Box<dyn Future<Output = T> + Send + 'a>>; typedef
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/futures-core-0.3.17/src/
H A Dfuture.rs13 pub type BoxFuture<'a, T> = Pin<alloc::boxed::Box<dyn Future<Output = T> + Send + 'a>>; typedef
/dports/editors/helix/helix-0.5.0/cargo-crates/futures-core-0.3.17/src/
H A Dfuture.rs13 pub type BoxFuture<'a, T> = Pin<alloc::boxed::Box<dyn Future<Output = T> + Send + 'a>>; typedef
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/futures-core/src/
H A Dfuture.rs13 pub type BoxFuture<'a, T> = Pin<alloc::boxed::Box<dyn Future<Output = T> + Send + 'a>>; typedef
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/futures-core-0.3.15/src/
H A Dfuture.rs13 pub type BoxFuture<'a, T> = Pin<alloc::boxed::Box<dyn Future<Output = T> + Send + 'a>>; typedef
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tower-util-0.1.0/src/boxed/
H A Dsync.rs21 type BoxFuture<T, E> = Box<dyn Future<Item = T, Error = E> + Send>; typedef
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/futures-core-0.3.17/src/
H A Dfuture.rs13 pub type BoxFuture<'a, T> = Pin<alloc::boxed::Box<dyn Future<Output = T> + Send + 'a>>; typedef
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/futures-core-0.3.19/src/
H A Dfuture.rs13 pub type BoxFuture<'a, T> = Pin<alloc::boxed::Box<dyn Future<Output = T> + Send + 'a>>; typedef
/dports/www/firefox/firefox-99.0/third_party/rust/futures-core/src/
H A Dfuture.rs13 pub type BoxFuture<'a, T> = Pin<alloc::boxed::Box<dyn Future<Output = T> + Send + 'a>>; typedef
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/futures-core/src/
H A Dfuture.rs13 pub type BoxFuture<'a, T> = Pin<alloc::boxed::Box<dyn Future<Output = T> + Send + 'a>>; typedef

123456