Docs.rs
stitch-0.2.0
stitch 0.2.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
scirner22
Dependencies
chrono ^0.4
normal
futures ^0.1
normal
hyper ^0.11
normal
hyper-tls ^0.1
normal
log ^0.4
normal
serde ^1.0
normal
serde_derive ^1.0
normal
serde_json ^1.0
normal
tokio-core ^0.1
normal
Versions
Platform
i686-apple-darwin
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
☰
Type Definition Future
stitch
Type Definition
stitch
::
Future
[
−
]
[src]
type Future<T> =
Box
<
Future
<Item = T, Error =
Error
>>;