(mut self, encoding: Encoding)
| 136 | /// ``` |
| 137 | #[must_use] |
| 138 | pub fn default_encoding(mut self, encoding: Encoding) -> Self { |
| 139 | self.default_encoding = Some(encoding); |
| 140 | self |
| 141 | } |
| 142 | |
| 143 | /// Set the maximum file size. |
| 144 | /// |
no outgoing calls