Expand description
Represents middleware offered through tower
Modules§
- Extension data for tasks.
Structs§
- A layer that acknowledges a job completed successfully
- The underlying service for an AckLayer
- A generic layer that has been stripped off types. This is returned by a [crate::Backend] and can be used to customize the middleware of the service consuming tasks
- A no-op middleware.
- Declaratively construct
Servicevalues.
Traits§
- A trait for acknowledging successful processing This trait is called even when a task fails. This is a way of a [
Backend] to save the result of a job or message - Decorates a
Service, transforming either the request or the response. - An asynchronous function from a
Requestto aResponse.