Docs.rs
agner-sup-0.4.1
agner-sup 0.4.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
RGafiyatullin
Dependencies
agner-actors =0.4.1
normal
agner-init-ack =0.4.1
normal
agner-reg =0.4.1
normal
agner-utils =0.4.1
normal
futures ^0.3
normal
pin-project ^1
normal
thiserror ^1
normal
tokio ^1
normal
tracing ^0.1
normal
agner-test-actor =0.4.1
dev
tokio ^1
dev
Versions
20%
of the crate is documented
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
BoxedFuture
In agner_sup::common
?
Type Definition
agner_sup
::
common
::
BoxedFuture
source
·
[
−
]
pub type BoxedFuture<'a, T> =
Pin
<
Box
<dyn
Future
<Output = T> +
Send
+ 'a>>;