The escape character in a row. - default is None
(mut self, escape: Option<u8>)
| 266 | /// The escape character in a row. |
| 267 | /// - default is None |
| 268 | pub fn with_escape(mut self, escape: Option<u8>) -> Self { |
| 269 | self.options.escape = escape; |
| 270 | self |
| 271 | } |
| 272 | |
| 273 | /// The character used to indicate the end of a row. |
| 274 | /// - default to None (CRLF) |
no outgoing calls
no test coverage detected