Builder: set the output format.
(mut self, format: ChangeFormat)
| 115 | |
| 116 | /// Builder: set the output format. |
| 117 | pub fn with_format(mut self, format: ChangeFormat) -> Self { |
| 118 | self.format = format; |
| 119 | self |
| 120 | } |
| 121 | |
| 122 | /// Builder: set show-deps flag. |
| 123 | pub fn with_show_deps(mut self, show_deps: bool) -> Self { |
no outgoing calls