Builder: set the output format.
(mut self, format: ChangeFormat)
| 98 | |
| 99 | /// Builder: set the output format. |
| 100 | pub fn with_format(mut self, format: ChangeFormat) -> Self { |
| 101 | self.format = format; |
| 102 | self |
| 103 | } |
| 104 | |
| 105 | /// Builder: set show-deps flag. |
| 106 | pub fn with_show_deps(mut self, show_deps: bool) -> Self { |
no outgoing calls