Enum ethcontract_common::artifact::hardhat::Format [−][src]
pub enum Format {
SingleExport,
MultiExport,
}Expand description
Artifact format.
Variants
Contracts for a single network. Generated with hardhat export.
Contracts for all networks. Generated with hardhat export --export-all.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Format
impl UnwindSafe for Format
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self