[][src]Trait ethers_providers::FromErr

pub trait FromErr<T> {
    pub fn from(src: T) -> Self;
}

Required methods

pub fn from(src: T) -> Self[src]

Loading content...

Implementors

impl FromErr<ProviderError> for ProviderError[src]

Loading content...