mirror of
https://github.com/isar/rusqlite.git
synced 2025-09-16 04:32:19 +08:00
Clean code
Typos, deprecated code usages, ...
This commit is contained in:
@@ -171,7 +171,7 @@ pub struct AndThenRows<'stmt, F> {
|
||||
|
||||
impl<T, E, F> Iterator for AndThenRows<'_, F>
|
||||
where
|
||||
E: convert::From<Error>,
|
||||
E: From<Error>,
|
||||
F: FnMut(&Row<'_>) -> Result<T, E>,
|
||||
{
|
||||
type Item = Result<T, E>;
|
||||
|
Reference in New Issue
Block a user