Trait stager::action::Action [] [src]

pub trait Action: Display {
    fn perform(&self) -> Result<(), Error>;
}

Operation for setting up staged directory tree.

Required Methods

Implementors