Docs.rs
actix-utils-3.0.1
actix-utils 3.0.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
fafhrd91
github:actix:core
Dependencies
local-waker ^0.1
normal
pin-project-lite ^0.2
normal
Versions
100%
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
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
Module future
actix_
utils
3.0.1
Module future
Module Items
Structs
Enums
Functions
In crate actix_
utils
actix_utils
Module
future
Copy item path
Source
Expand description
Helpers for constructing futures.
Structs
§
PollFn
Future for the
poll_fn
function.
Ready
Future for the
ready
function.
Enums
§
Either
Combines two different futures that have the same output type.
Functions
§
err
Creates a future that is immediately ready with an error value.
ok
Creates a future that is immediately ready with a success value.
poll_fn
Creates a future driven by the provided function that receives a task context.
ready
Creates a future that is immediately ready with a value.