Make Rows implement FallibleStreamingIterator

This commit is contained in:
gwenn
2019-02-03 14:01:42 +01:00
parent df493bb217
commit d93dec52c0
7 changed files with 84 additions and 74 deletions

View File

@@ -110,7 +110,7 @@ mod test {
use time;
use super::Value;
use crate::{Connection, Error, NO_PARAMS};
use crate::{Connection, Error, FallibleStreamingIterator, NO_PARAMS};
use std::f64::EPSILON;
use std::os::raw::{c_double, c_int};