[−][src]Crate tower_util
Various utility types and functions that are generally with Tower.
Modules
| error | Error types |
| future | Future types |
Structs
| BoxService | A boxed |
| CallAll | This is a |
| CallAllUnordered | A stream of responses received from the inner service in received order. |
| Oneshot | A |
| Optional | Optionally forwards requests to an inner service. |
| Ready | Future yielding a |
| ServiceFn | A |
| UnsyncBoxService | A boxed |
Enums
| Either | Combine two different service types into a single type. |
Traits
| ServiceExt | An extension trait for |
Functions
| service_fn | Returns a new |