mirror of
https://github.com/isar/rusqlite.git
synced 2026-01-01 08:22:21 +08:00
Make Rows implement FallibleStreamingIterator
This commit is contained in:
@@ -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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user