Module tower::util

source ·
Expand description

Various utility types and functions that are generally used with Tower.

Modules

Structs

Enums

  • Combine two different service types into a single type.

Traits

  • An extension trait for Services that provides a variety of convenient adapters

Functions

Type Definitions

  • ReadyAndDeprecated
    A future that yields a mutable reference to the service when it is ready to accept a request.