Adjust the documentation a bit more

This commit is contained in:
Ivan Ukhov 2015-08-02 22:32:09 -04:00
parent abfb603cd2
commit dcff91a699

View File

@ -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>>,