Trait evm_rpc::error::IntoNativeRpcError[][src]

pub trait IntoNativeRpcError<T> {
    fn into_native_error(self, verbose: bool) -> Result<T, Error>;
}

Required methods

fn into_native_error(self, verbose: bool) -> Result<T, Error>[src]

Loading content...

Implementations on Foreign Types

impl<T, Err> IntoNativeRpcError<T> for Result<T, Err> where
    Error: From<Err>,
    Err: Debug
[src]

Loading content...

Implementors

Loading content...