Module tower_async::util

source ·
Available on crate feature util only.
Expand description

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

Modules

  • This module contains generic backoff utilities to be used with the retry and limit layers.
  • PRNG utilities for tower middleware.

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