(mut self, threshold: usize)
| 184 | /// ``` |
| 185 | #[must_use] |
| 186 | pub fn combine_threshold(mut self, threshold: usize) -> Self { |
| 187 | self.combine_threshold = threshold; |
| 188 | self |
| 189 | } |
| 190 | |
| 191 | /// Get the encoding setting. |
| 192 | #[must_use] |
no outgoing calls