(&mut self, output: TerraformOutput)
| 44 | } |
| 45 | |
| 46 | pub fn extend(&mut self, output: TerraformOutput) { |
| 47 | self.raw_error_output.extend(output.raw_error_output); |
| 48 | self.raw_std_output.extend(output.raw_std_output); |
| 49 | } |
| 50 | } |
| 51 | |
| 52 | bitflags! { |
no outgoing calls
no test coverage detected