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)
Tuple Fields
0: M::ErrorThrown when an internal middleware errors
Unsupported
Trait 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
pub fn vzip(self) -> V
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