(mut self, width: usize)
| 34 | } |
| 35 | |
| 36 | pub fn with_terminal_width(mut self, width: usize) -> Self { |
| 37 | self.terminal_width = width; |
| 38 | self |
| 39 | } |
| 40 | |
| 41 | pub fn with_date_compaction(mut self, compact_dates: bool) -> Self { |
| 42 | self.compact_dates = compact_dates; |
no outgoing calls