mirror of
https://github.com/isar/rusqlite.git
synced 2025-12-29 15:02:24 +08:00
Rustfmt
This commit is contained in:
@@ -950,7 +950,8 @@ pub struct MappedRows<'stmt, F> {
|
||||
map: F,
|
||||
}
|
||||
|
||||
impl<'stmt, T, F> Iterator for MappedRows<'stmt, F> where F: FnMut(&Row) -> T
|
||||
impl<'stmt, T, F> Iterator for MappedRows<'stmt, F>
|
||||
where F: FnMut(&Row) -> T
|
||||
{
|
||||
type Item = Result<T>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user