Struct ens::ENS[][src]

pub struct ENS<T: Transport> {
    pub web3: Web3<T>,
    pub contract: Contract<T>,
}

Fields

Methods

impl<T: Transport> ENS<T>
[src]

Trait Implementations

impl<T: Debug + Transport> Debug for ENS<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for ENS<T> where
    T: Send

impl<T> Sync for ENS<T> where
    T: Sync