The quote character in a row. - default to '"'
(mut self, quote: u8)
| 259 | /// The quote character in a row. |
| 260 | /// - default to '"' |
| 261 | pub fn with_quote(mut self, quote: u8) -> Self { |
| 262 | self.options.quote = quote; |
| 263 | self |
| 264 | } |
| 265 | |
| 266 | /// The escape character in a row. |
| 267 | /// - default is None |
no outgoing calls
no test coverage detected