Updates how scan errors are handled while the stream is still active.
(&mut self, on_error: OnError)
| 108 | |
| 109 | /// Updates how scan errors are handled while the stream is still active. |
| 110 | pub(super) fn set_on_error(&mut self, on_error: OnError) { |
| 111 | self.on_error = on_error; |
| 112 | } |
| 113 | |
| 114 | /// Drives one iteration of the active scan state. |
| 115 | /// |