Struct tower::ready_cache::error::Failed [−][src]
pub struct Failed<K>(pub K, pub BoxError);
Expand description
An error indicating that the service with a K
-typed key failed with an
error.
Tuple Fields
0: K
1: BoxError
Trait Implementations
Auto Trait Implementations
impl<K> !RefUnwindSafe for Failed<K>
impl<K> !UnwindSafe for Failed<K>
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