Home
last modified time | relevance | path

Searched refs:assert_future (Results 201 – 225 of 957) sorted by relevance

12345678910>>...39

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/futures-util-0.3.18/src/future/
H A Djoin.rs3 use super::assert_future;
117 assert_future::<(Fut1::Output, Fut2::Output), _>(f) in join()
147 assert_future::<(Fut1::Output, Fut2::Output, Fut3::Output), _>(f) in join3()
180 assert_future::<(Fut1::Output, Fut2::Output, Fut3::Output, Fut4::Output), _>(f) in join4()
216 assert_future::<(Fut1::Output, Fut2::Output, Fut3::Output, Fut4::Output, Fut5::Output), _>(f) in join5()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/futures-util-0.3.16/src/future/
H A Djoin.rs3 use super::assert_future;
117 assert_future::<(Fut1::Output, Fut2::Output), _>(f) in join()
147 assert_future::<(Fut1::Output, Fut2::Output, Fut3::Output), _>(f) in join3()
180 assert_future::<(Fut1::Output, Fut2::Output, Fut3::Output, Fut4::Output), _>(f) in join4()
216 assert_future::<(Fut1::Output, Fut2::Output, Fut3::Output, Fut4::Output, Fut5::Output), _>(f) in join5()
/dports/www/monolith/monolith-2.6.1/cargo-crates/futures-util-0.3.15/src/future/
H A Djoin.rs3 use super::assert_future;
117 assert_future::<(Fut1::Output, Fut2::Output), _>(f) in join()
147 assert_future::<(Fut1::Output, Fut2::Output, Fut3::Output), _>(f) in join3()
180 assert_future::<(Fut1::Output, Fut2::Output, Fut3::Output, Fut4::Output), _>(f) in join4()
216 assert_future::<(Fut1::Output, Fut2::Output, Fut3::Output, Fut4::Output, Fut5::Output), _>(f) in join5()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/futures-util-0.3.15/src/future/
H A Djoin.rs3 use super::assert_future;
117 assert_future::<(Fut1::Output, Fut2::Output), _>(f) in join()
147 assert_future::<(Fut1::Output, Fut2::Output, Fut3::Output), _>(f) in join3()
180 assert_future::<(Fut1::Output, Fut2::Output, Fut3::Output, Fut4::Output), _>(f) in join4()
216 assert_future::<(Fut1::Output, Fut2::Output, Fut3::Output, Fut4::Output, Fut5::Output), _>(f) in join5()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/futures-util-0.3.17/src/future/
H A Djoin.rs3 use super::assert_future;
117 assert_future::<(Fut1::Output, Fut2::Output), _>(f) in join()
147 assert_future::<(Fut1::Output, Fut2::Output, Fut3::Output), _>(f) in join3()
180 assert_future::<(Fut1::Output, Fut2::Output, Fut3::Output, Fut4::Output), _>(f) in join4()
216 assert_future::<(Fut1::Output, Fut2::Output, Fut3::Output, Fut4::Output, Fut5::Output), _>(f) in join5()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/futures-util-0.3.16/src/future/
H A Djoin.rs3 use super::assert_future;
117 assert_future::<(Fut1::Output, Fut2::Output), _>(f) in join()
147 assert_future::<(Fut1::Output, Fut2::Output, Fut3::Output), _>(f) in join3()
180 assert_future::<(Fut1::Output, Fut2::Output, Fut3::Output, Fut4::Output), _>(f) in join4()
216 assert_future::<(Fut1::Output, Fut2::Output, Fut3::Output, Fut4::Output, Fut5::Output), _>(f) in join5()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/futures-util-0.3.16/src/stream/stream/
H A Dmod.rs6 use crate::future::{assert_future, Either};
254 assert_future::<Option<Self::Item>, _>(Next::new(self)) in next()
289 assert_future::<(Option<Self::Item>, Self), _>(StreamFuture::new(self)) in into_future()
497 assert_future::<C, _>(Collect::new(self)) in collect()
536 assert_future::<(FromA, FromB), _>(Unzip::new(self)) in unzip()
576 assert_future::<Self::Item, _>(Concat::new(self)) in concat()
635 assert_future::<T, _>(Fold::new(self, f, init)) in fold()
657 assert_future::<bool, _>(Any::new(self, f)) in any()
679 assert_future::<bool, _>(All::new(self, f)) in all()
932 assert_future::<(), _>(ForEach::new(self, f)) in for_each()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/futures-util-0.3.18/src/stream/stream/
H A Dmod.rs6 use crate::future::{assert_future, Either};
254 assert_future::<Option<Self::Item>, _>(Next::new(self)) in next()
289 assert_future::<(Option<Self::Item>, Self), _>(StreamFuture::new(self)) in into_future()
497 assert_future::<C, _>(Collect::new(self)) in collect()
536 assert_future::<(FromA, FromB), _>(Unzip::new(self)) in unzip()
576 assert_future::<Self::Item, _>(Concat::new(self)) in concat()
635 assert_future::<T, _>(Fold::new(self, f, init)) in fold()
657 assert_future::<bool, _>(Any::new(self, f)) in any()
679 assert_future::<bool, _>(All::new(self, f)) in all()
932 assert_future::<(), _>(ForEach::new(self, f)) in for_each()
[all …]
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/futures-util-0.3.18/src/stream/stream/
H A Dmod.rs6 use crate::future::{assert_future, Either};
254 assert_future::<Option<Self::Item>, _>(Next::new(self)) in next()
289 assert_future::<(Option<Self::Item>, Self), _>(StreamFuture::new(self)) in into_future()
497 assert_future::<C, _>(Collect::new(self)) in collect()
536 assert_future::<(FromA, FromB), _>(Unzip::new(self)) in unzip()
576 assert_future::<Self::Item, _>(Concat::new(self)) in concat()
635 assert_future::<T, _>(Fold::new(self, f, init)) in fold()
657 assert_future::<bool, _>(Any::new(self, f)) in any()
679 assert_future::<bool, _>(All::new(self, f)) in all()
932 assert_future::<(), _>(ForEach::new(self, f)) in for_each()
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/futures-util-0.3.18/src/stream/stream/
H A Dmod.rs6 use crate::future::{assert_future, Either};
254 assert_future::<Option<Self::Item>, _>(Next::new(self)) in next()
289 assert_future::<(Option<Self::Item>, Self), _>(StreamFuture::new(self)) in into_future()
497 assert_future::<C, _>(Collect::new(self)) in collect()
536 assert_future::<(FromA, FromB), _>(Unzip::new(self)) in unzip()
576 assert_future::<Self::Item, _>(Concat::new(self)) in concat()
635 assert_future::<T, _>(Fold::new(self, f, init)) in fold()
657 assert_future::<bool, _>(Any::new(self, f)) in any()
679 assert_future::<bool, _>(All::new(self, f)) in all()
932 assert_future::<(), _>(ForEach::new(self, f)) in for_each()
[all …]
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/futures-util-0.3.17/src/stream/stream/
H A Dmod.rs6 use crate::future::{assert_future, Either};
254 assert_future::<Option<Self::Item>, _>(Next::new(self)) in next()
289 assert_future::<(Option<Self::Item>, Self), _>(StreamFuture::new(self)) in into_future()
497 assert_future::<C, _>(Collect::new(self)) in collect()
536 assert_future::<(FromA, FromB), _>(Unzip::new(self)) in unzip()
576 assert_future::<Self::Item, _>(Concat::new(self)) in concat()
635 assert_future::<T, _>(Fold::new(self, f, init)) in fold()
657 assert_future::<bool, _>(Any::new(self, f)) in any()
679 assert_future::<bool, _>(All::new(self, f)) in all()
932 assert_future::<(), _>(ForEach::new(self, f)) in for_each()
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/futures-util-0.3.17/src/stream/stream/
H A Dmod.rs6 use crate::future::{assert_future, Either};
254 assert_future::<Option<Self::Item>, _>(Next::new(self)) in next()
289 assert_future::<(Option<Self::Item>, Self), _>(StreamFuture::new(self)) in into_future()
497 assert_future::<C, _>(Collect::new(self)) in collect()
536 assert_future::<(FromA, FromB), _>(Unzip::new(self)) in unzip()
576 assert_future::<Self::Item, _>(Concat::new(self)) in concat()
635 assert_future::<T, _>(Fold::new(self, f, init)) in fold()
657 assert_future::<bool, _>(Any::new(self, f)) in any()
679 assert_future::<bool, _>(All::new(self, f)) in all()
932 assert_future::<(), _>(ForEach::new(self, f)) in for_each()
[all …]
/dports/editors/helix/helix-0.5.0/cargo-crates/futures-util-0.3.17/src/stream/stream/
H A Dmod.rs6 use crate::future::{assert_future, Either};
254 assert_future::<Option<Self::Item>, _>(Next::new(self)) in next()
289 assert_future::<(Option<Self::Item>, Self), _>(StreamFuture::new(self)) in into_future()
497 assert_future::<C, _>(Collect::new(self)) in collect()
536 assert_future::<(FromA, FromB), _>(Unzip::new(self)) in unzip()
576 assert_future::<Self::Item, _>(Concat::new(self)) in concat()
635 assert_future::<T, _>(Fold::new(self, f, init)) in fold()
657 assert_future::<bool, _>(Any::new(self, f)) in any()
679 assert_future::<bool, _>(All::new(self, f)) in all()
932 assert_future::<(), _>(ForEach::new(self, f)) in for_each()
[all …]
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/futures-util-0.3.17/src/stream/stream/
H A Dmod.rs6 use crate::future::{assert_future, Either};
254 assert_future::<Option<Self::Item>, _>(Next::new(self)) in next()
289 assert_future::<(Option<Self::Item>, Self), _>(StreamFuture::new(self)) in into_future()
497 assert_future::<C, _>(Collect::new(self)) in collect()
536 assert_future::<(FromA, FromB), _>(Unzip::new(self)) in unzip()
576 assert_future::<Self::Item, _>(Concat::new(self)) in concat()
635 assert_future::<T, _>(Fold::new(self, f, init)) in fold()
657 assert_future::<bool, _>(Any::new(self, f)) in any()
679 assert_future::<bool, _>(All::new(self, f)) in all()
932 assert_future::<(), _>(ForEach::new(self, f)) in for_each()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/futures-util-0.3.17/src/stream/stream/
H A Dmod.rs6 use crate::future::{assert_future, Either};
254 assert_future::<Option<Self::Item>, _>(Next::new(self)) in next()
289 assert_future::<(Option<Self::Item>, Self), _>(StreamFuture::new(self)) in into_future()
497 assert_future::<C, _>(Collect::new(self)) in collect()
536 assert_future::<(FromA, FromB), _>(Unzip::new(self)) in unzip()
576 assert_future::<Self::Item, _>(Concat::new(self)) in concat()
635 assert_future::<T, _>(Fold::new(self, f, init)) in fold()
657 assert_future::<bool, _>(Any::new(self, f)) in any()
679 assert_future::<bool, _>(All::new(self, f)) in all()
932 assert_future::<(), _>(ForEach::new(self, f)) in for_each()
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/futures-util-0.3.17/src/stream/stream/
H A Dmod.rs6 use crate::future::{assert_future, Either};
254 assert_future::<Option<Self::Item>, _>(Next::new(self)) in next()
289 assert_future::<(Option<Self::Item>, Self), _>(StreamFuture::new(self)) in into_future()
497 assert_future::<C, _>(Collect::new(self)) in collect()
536 assert_future::<(FromA, FromB), _>(Unzip::new(self)) in unzip()
576 assert_future::<Self::Item, _>(Concat::new(self)) in concat()
635 assert_future::<T, _>(Fold::new(self, f, init)) in fold()
657 assert_future::<bool, _>(Any::new(self, f)) in any()
679 assert_future::<bool, _>(All::new(self, f)) in all()
932 assert_future::<(), _>(ForEach::new(self, f)) in for_each()
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/futures-util-0.3.17/src/stream/stream/
H A Dmod.rs6 use crate::future::{assert_future, Either};
254 assert_future::<Option<Self::Item>, _>(Next::new(self)) in next()
289 assert_future::<(Option<Self::Item>, Self), _>(StreamFuture::new(self)) in into_future()
497 assert_future::<C, _>(Collect::new(self)) in collect()
536 assert_future::<(FromA, FromB), _>(Unzip::new(self)) in unzip()
576 assert_future::<Self::Item, _>(Concat::new(self)) in concat()
635 assert_future::<T, _>(Fold::new(self, f, init)) in fold()
657 assert_future::<bool, _>(Any::new(self, f)) in any()
679 assert_future::<bool, _>(All::new(self, f)) in all()
932 assert_future::<(), _>(ForEach::new(self, f)) in for_each()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/futures-util-0.3.18/src/stream/stream/
H A Dmod.rs6 use crate::future::{assert_future, Either};
254 assert_future::<Option<Self::Item>, _>(Next::new(self))
289 assert_future::<(Option<Self::Item>, Self), _>(StreamFuture::new(self))
497 assert_future::<C, _>(Collect::new(self))
536 assert_future::<(FromA, FromB), _>(Unzip::new(self))
576 assert_future::<Self::Item, _>(Concat::new(self))
635 assert_future::<T, _>(Fold::new(self, f, init))
657 assert_future::<bool, _>(Any::new(self, f))
679 assert_future::<bool, _>(All::new(self, f))
932 assert_future::<(), _>(ForEach::new(self, f))
[all …]
/dports/net/oha/oha-0.4.7/cargo-crates/futures-util-0.3.17/src/stream/stream/
H A Dmod.rs6 use crate::future::{assert_future, Either};
254 assert_future::<Option<Self::Item>, _>(Next::new(self)) in next()
289 assert_future::<(Option<Self::Item>, Self), _>(StreamFuture::new(self)) in into_future()
497 assert_future::<C, _>(Collect::new(self)) in collect()
536 assert_future::<(FromA, FromB), _>(Unzip::new(self)) in unzip()
576 assert_future::<Self::Item, _>(Concat::new(self)) in concat()
635 assert_future::<T, _>(Fold::new(self, f, init)) in fold()
657 assert_future::<bool, _>(Any::new(self, f)) in any()
679 assert_future::<bool, _>(All::new(self, f)) in all()
932 assert_future::<(), _>(ForEach::new(self, f)) in for_each()
[all …]
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/futures-util-0.3.16/src/stream/stream/
H A Dmod.rs6 use crate::future::{assert_future, Either};
254 assert_future::<Option<Self::Item>, _>(Next::new(self)) in next()
289 assert_future::<(Option<Self::Item>, Self), _>(StreamFuture::new(self)) in into_future()
497 assert_future::<C, _>(Collect::new(self)) in collect()
536 assert_future::<(FromA, FromB), _>(Unzip::new(self)) in unzip()
576 assert_future::<Self::Item, _>(Concat::new(self)) in concat()
635 assert_future::<T, _>(Fold::new(self, f, init)) in fold()
657 assert_future::<bool, _>(Any::new(self, f)) in any()
679 assert_future::<bool, _>(All::new(self, f)) in all()
932 assert_future::<(), _>(ForEach::new(self, f)) in for_each()
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/futures-util-0.3.17/src/stream/stream/
H A Dmod.rs6 use crate::future::{assert_future, Either};
254 assert_future::<Option<Self::Item>, _>(Next::new(self)) in next()
289 assert_future::<(Option<Self::Item>, Self), _>(StreamFuture::new(self)) in into_future()
497 assert_future::<C, _>(Collect::new(self)) in collect()
536 assert_future::<(FromA, FromB), _>(Unzip::new(self)) in unzip()
576 assert_future::<Self::Item, _>(Concat::new(self)) in concat()
635 assert_future::<T, _>(Fold::new(self, f, init)) in fold()
657 assert_future::<bool, _>(Any::new(self, f)) in any()
679 assert_future::<bool, _>(All::new(self, f)) in all()
932 assert_future::<(), _>(ForEach::new(self, f)) in for_each()
[all …]
/dports/www/xh/xh-0.14.1/cargo-crates/futures-util-0.3.17/src/stream/stream/
H A Dmod.rs6 use crate::future::{assert_future, Either};
254 assert_future::<Option<Self::Item>, _>(Next::new(self)) in next()
289 assert_future::<(Option<Self::Item>, Self), _>(StreamFuture::new(self)) in into_future()
497 assert_future::<C, _>(Collect::new(self)) in collect()
536 assert_future::<(FromA, FromB), _>(Unzip::new(self)) in unzip()
576 assert_future::<Self::Item, _>(Concat::new(self)) in concat()
635 assert_future::<T, _>(Fold::new(self, f, init)) in fold()
657 assert_future::<bool, _>(Any::new(self, f)) in any()
679 assert_future::<bool, _>(All::new(self, f)) in all()
932 assert_future::<(), _>(ForEach::new(self, f)) in for_each()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/futures-util-0.3.18/src/stream/stream/
H A Dmod.rs6 use crate::future::{assert_future, Either};
254 assert_future::<Option<Self::Item>, _>(Next::new(self)) in next()
289 assert_future::<(Option<Self::Item>, Self), _>(StreamFuture::new(self)) in into_future()
497 assert_future::<C, _>(Collect::new(self)) in collect()
536 assert_future::<(FromA, FromB), _>(Unzip::new(self)) in unzip()
576 assert_future::<Self::Item, _>(Concat::new(self)) in concat()
635 assert_future::<T, _>(Fold::new(self, f, init)) in fold()
657 assert_future::<bool, _>(Any::new(self, f)) in any()
679 assert_future::<bool, _>(All::new(self, f)) in all()
932 assert_future::<(), _>(ForEach::new(self, f)) in for_each()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/futures-util-0.3.17/src/stream/stream/
H A Dmod.rs6 use crate::future::{assert_future, Either};
254 assert_future::<Option<Self::Item>, _>(Next::new(self)) in next()
289 assert_future::<(Option<Self::Item>, Self), _>(StreamFuture::new(self)) in into_future()
497 assert_future::<C, _>(Collect::new(self)) in collect()
536 assert_future::<(FromA, FromB), _>(Unzip::new(self)) in unzip()
576 assert_future::<Self::Item, _>(Concat::new(self)) in concat()
635 assert_future::<T, _>(Fold::new(self, f, init)) in fold()
657 assert_future::<bool, _>(Any::new(self, f)) in any()
679 assert_future::<bool, _>(All::new(self, f)) in all()
932 assert_future::<(), _>(ForEach::new(self, f)) in for_each()
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/futures-util-0.3.17/src/stream/stream/
H A Dmod.rs6 use crate::future::{assert_future, Either};
254 assert_future::<Option<Self::Item>, _>(Next::new(self)) in next()
289 assert_future::<(Option<Self::Item>, Self), _>(StreamFuture::new(self)) in into_future()
497 assert_future::<C, _>(Collect::new(self)) in collect()
536 assert_future::<(FromA, FromB), _>(Unzip::new(self)) in unzip()
576 assert_future::<Self::Item, _>(Concat::new(self)) in concat()
635 assert_future::<T, _>(Fold::new(self, f, init)) in fold()
657 assert_future::<bool, _>(Any::new(self, f)) in any()
679 assert_future::<bool, _>(All::new(self, f)) in all()
932 assert_future::<(), _>(ForEach::new(self, f)) in for_each()
[all …]

12345678910>>...39