Trait stager::builder::ActionBuilder [] [src]

pub trait ActionBuilder {
    fn build(&self, target_dir: &Path) -> Result<Vec<Box<Action>>, Error>;
}

Required Methods

Implementors