fn(Request) -> Future
This is not ready for usage yet (unless you are brave).
More information about this crate can be found in the crate documentation
First, add this to your Cargo.toml
:
[dependencies]
tower = { git = "https://github.com/tower-rs/tower" }
Next, add this to your crate:
extern crate tower;