mirror of
https://github.com/isar/rusqlite.git
synced 2025-09-14 11:42:18 +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