Enum ethers_middleware::gas_oracle::MiddlewareError [−][src]
pub enum MiddlewareError<M: Middleware> {
GasOracleError(GasOracleError),
MiddlewareError(M::Error),
UnsupportedTxType,
}
Variants
GasOracleError(GasOracleError)
Tuple Fields of GasOracleError
MiddlewareError(M::Error)
Tuple Fields of MiddlewareError
0: M::Error
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl<M> !RefUnwindSafe for MiddlewareError<M>
impl<M> Send for MiddlewareError<M>
impl<M> Sync for MiddlewareError<M>
impl<M> Unpin for MiddlewareError<M> where
<M as Middleware>::Error: Unpin,
impl<M> !UnwindSafe for MiddlewareError<M>
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