Expand description
Async operator support.
Re-exports§
pub use next::next;pub use next::Next;pub use tower::ServiceOp;pub use tower::ServiceOperator;
Modules§
- and_
then - And then.
- map_err
- Map error.
- next
- Next operator, the container of “sync” operators.
- tower
- tower_service::Service as
AsyncOperator.
Traits§
- Async
Operator - Async Operator.
It can be seen as an alias of
tower_service::Service. - Async
Operator Ext - Extention trait for async operators.