Struct stager::builder::Staging [] [src]

pub struct Staging(_);

For each stage target, a list of sources to populate it with.

The target is a path relative to the stage root.

Trait Implementations

impl Default for Staging
[src]

[src]

Returns the "default value" for a type. Read more

impl ActionBuilder for Staging
[src]

[src]

impl FromIterator<(PathBuf, Vec<Box<ActionBuilder>>)> for Staging
[src]

[src]

Creates a value from an iterator. Read more

Auto Trait Implementations

impl !Send for Staging

impl !Sync for Staging