pub trait SetInput { // Required method fn apply(self, step: Step<Use>) -> Step<Use>; }
Sets the input for a Step that uses another action