[−][src]Crate tower
fn(Request) -> Future<Response>
Tower is a library of modular and reusable components for building robust networking clients and servers.
Modules
builder | Builder types to compose layers and services |
layer | A collection of |
Structs
ServiceBuilder | Declaratively construct Service values. |
Traits
Layer | Decorates a |
Service | An asynchronous function from a |
Type Definitions
BoxError | Alias for a type-erased error type. |