Enum ethers_middleware::nonce_manager::NonceManagerError [−][src]
pub enum NonceManagerError<M: Middleware> {
MiddlewareError(M::Error),
}
Expand description
Thrown when an error happens at the Nonce Manager
Variants
MiddlewareError(M::Error)
Thrown when the internal middleware errors
Tuple Fields of MiddlewareError
0: M::Error
Trait Implementations
Auto Trait Implementations
impl<M> RefUnwindSafe for NonceManagerError<M> where
<M as Middleware>::Error: RefUnwindSafe,
impl<M> Send for NonceManagerError<M>
impl<M> Sync for NonceManagerError<M>
impl<M> Unpin for NonceManagerError<M> where
<M as Middleware>::Error: Unpin,
impl<M> UnwindSafe for NonceManagerError<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