Struct ckb_app_config::ExportArgs[][src]

pub struct ExportArgs {
    pub config: Box<CKBAppConfig>,
    pub consensus: Consensus,
    pub target: PathBuf,
}
Expand description

Parsed command line arguments for ckb export.

Fields

config: Box<CKBAppConfig>

Parsed ckb.toml.

consensus: Consensus

Loaded consensus.

target: PathBuf

The target directory to save the exported file.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

TODO(doc): @quake

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.