(&mut self)
| 321 | &self.buffer |
| 322 | } |
| 323 | fn clear_buffer(&mut self) { |
| 324 | self.buffer.clear(); |
| 325 | } |
| 326 | } |
| 327 | |
| 328 | //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
no outgoing calls