Docs.rs
feature-extension-for-async-std-0.2.0
feature-extension-for-async-std 0.2.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
al8n
Dependencies
async-io ^2
normal
optional
async-std ^1
normal
futures-channel =0.3.29
normal
optional
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
feature_extension_for_async_std
0.2.0
FutureExt
Implementors
In feature_extension_for_async_std::prelude
?
Trait
feature_extension_for_async_std
::
prelude
::
FutureExt
source
·
[
−
]
pub trait FutureExt:
Future
{ }
Expand description
Extension methods for
Future
.
Implementors
§
source
§
impl<T>
FutureExt
for T
where T:
Future
+ ?
Sized
,