Specify an encoding for the stream
(mut self, encoding: StreamEncoding)
| 171 | |
| 172 | /// Specify an encoding for the stream |
| 173 | pub fn with_encoding(mut self, encoding: StreamEncoding) -> Self { |
| 174 | self.encoding = encoding; |
| 175 | self |
| 176 | } |
| 177 | } |
| 178 | |
| 179 | impl StreamProvider for FileStreamProvider { |