pub type EthResult<T> = Result<T, EthApiError>;
Expand description
Result alias
Aliased Type§
enum EthResult<T> {
Ok(T),
Err(EthApiError),
}
pub type EthResult<T> = Result<T, EthApiError>;
Result alias
enum EthResult<T> {
Ok(T),
Err(EthApiError),
}