Docs.rs
refault-0.2.0
refault 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
m-mueller678
Dependencies
agnostic-lite ^0.5.6
normal
optional
cooked-waker ^5
normal
either ^1.15
normal
futures ^0.3.31
normal
futures-intrusive ^0.5
normal
libc ^1.0.0-alpha.1
normal
pin-arc ^0.2.1
normal
pin-project-lite ^0.2.16
normal
priority-queue ^2.0.0
normal
rand_chacha ^0.9
normal
rand_core ^0.9
normal
scopeguard ^1.2
normal
serde ^1
normal
optional
sync_wrapper ^1
normal
tower ^0.5.2
normal
optional
tracing ^0.1.41
normal
optional
typeid ^1
normal
getrandom ^0.3.3
dev
rand ^0.9
dev
tower ^0.5.2
dev
Versions
85.84%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
SendFuture
refault
0.2.0
In refault::
net
refault
::
net
Type Alias
Send
Future
Copy item path
Source
pub type SendFuture = impl
Future
<Output =
Result
<
()
,
Error
>>;
Expand description
The future returned from
Net::send