Module async_operator

Module async_operator 

Source
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§

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