Struct tower::timeout::TimeoutLayer [−][src]
pub struct TimeoutLayer { /* fields omitted */ }
Expand description
Applies a timeout to requests via the supplied inner service.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TimeoutLayer
impl Send for TimeoutLayer
impl Sync for TimeoutLayer
impl Unpin for TimeoutLayer
impl UnwindSafe for TimeoutLayer
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more