mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-04-25 08:42:14 +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 statement::{State, Statement, Bindable, Readable};
|
||||||
use {Result, Value};
|
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> {
|
pub struct Iterator<'l> {
|
||||||
state: Option<State>,
|
state: Option<State>,
|
||||||
values: Option<Vec<Value>>,
|
values: Option<Vec<Value>>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user