Stop terminates the iterator before Next return io.EOF, allowing any cleanup needed.
()
| 234 | // Stop terminates the iterator before Next return io.EOF, allowing any cleanup |
| 235 | // needed. |
| 236 | Stop() |
| 237 | |
| 238 | // As converts i to driver-specific types. |
| 239 | // See https://gocloud.dev/concepts/as/ for background information. |
no outgoing calls