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.
Map error.
Next operator, the container of “sync” operators.

Traits

Async Operator. It can be seen as an alias of tower_service::Service.
Extention trait for async operators.