Enum ethers_middleware::timelag::TimeLagError [−][src]
pub enum TimeLagError<M> where
M: Middleware, {
MiddlewareError(M::Error),
Unsupported,
}Expand description
TimeLage Provider Errors
Variants
MiddlewareError(M::Error)Thrown when an internal middleware errors
Tuple Fields of MiddlewareError
0: M::ErrorTrait Implementations
Auto Trait Implementations
impl<M> RefUnwindSafe for TimeLagError<M> where
<M as Middleware>::Error: RefUnwindSafe,
impl<M> Send for TimeLagError<M>
impl<M> Sync for TimeLagError<M>
impl<M> Unpin for TimeLagError<M> where
<M as Middleware>::Error: Unpin,
impl<M> UnwindSafe for TimeLagError<M> where
<M as Middleware>::Error: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. 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