mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-03-15 06:20:50 +00:00
Adjust the documentation a bit more
This commit is contained in:
parent
abfb603cd2
commit
dcff91a699
@ -1,7 +1,7 @@
|
||||
use statement::{State, Statement, Bindable, Readable};
|
||||
use {Result, Value};
|
||||
|
||||
/// An iterator over the results of a prepared statement.
|
||||
/// An iterator over the resulting rows of a prepared statement.
|
||||
pub struct Iterator<'l> {
|
||||
state: Option<State>,
|
||||
values: Option<Vec<Value>>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user