Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Docs.rs
combine-4.6.7
combine 4.6.7
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Marwes
Dependencies
bytes ^1
normal
optional
bytes ^0.5
normal
optional
futures-core ^0.3.1
normal
optional
futures-io ^0.3.1
normal
optional
memchr ^2.3
normal
pin-project-lite ^0.2
normal
optional
regex ^1
normal
optional
tokio ^0.2.3
normal
optional
tokio ^0.3
normal
optional
tokio ^1
normal
optional
tokio-util ^0.7
normal
optional
async-std ^1
dev
bytes ^1
dev
bytes ^0.5
dev
criterion ^0.3
dev
futures ^0.3.1
dev
once_cell ^1.0
dev
partial-io ^0.3
dev
quick-error ^1.0
dev
quickcheck ^0.6
dev
tokio ^0.2
dev
tokio ^0.3
dev
tokio ^1
dev
Versions
46.71%
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
combine
4.6.7
In combine::
future_
ext
combine
::
future_ext
Function
poll_fn
Copy item path
Source
pub fn poll_fn<T, F>(f: F) ->
PollFn
<F>
ⓘ
where F:
FnMut
(&mut
Context
<'_>) ->
Poll
<T>,