Trait ethers::solc::Artifact[][src]

pub trait Artifact {
    fn into_inner(self) -> (Option<Contract>, Option<Bytes>);
}

Required methods

Implementations on Foreign Types

Implementors