Module tower::util [−][src]
Combinators for working with Services
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 | A future that resolves when a |
| UnsyncBoxService | A boxed |
Enums
| Either | Combine two different service types into a single type. |
Traits
| ServiceExt | An extension trait for |