Docs.rs
scoped-futures-0.1.4
scoped-futures 0.1.4
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
tlowerison
Dependencies
pin-project-lite ^0.2
normal
futures ^0.3
dev
Versions
90%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate scoped_futures
scoped_
futures
0.1.4
All Items
Crate Items
Structs
Traits
Type Aliases
Crate
scoped_
futures
Copy item path
Source
Structs
§
Scoped
Future
Wrapper
A
Future
wrapper type that imposes an upper bound on its lifetime’s duration.
Traits
§
Scoped
Future
A
Future
super-trait with an implied upper bound on the provided lifetime. This is especially useful for callbacks that use higher-ranked lifetimes in their return type, where it can prevent
'static
bounds from being placed on a returned
Future
.
Scoped
Future
Ext
An extension trait for
Future
that provides methods for encoding lifetime upper bound information.
Type Aliases
§
Implied
Lifetime
Bound
A wrapper type which imposes an upper bound on a lifetime.
Scoped
BoxFuture
A boxed future whose lifetime is upper bounded.
Scoped
Local
BoxFuture
A non-
Send
boxed future whose lifetime is upper bounded.