mirror of
https://github.com/isar/rusqlite.git
synced 2025-09-16 04:32:19 +08:00
Fix missing docs
This commit is contained in:
@@ -35,6 +35,8 @@ impl<'stmt> Rows<'stmt> {
|
||||
Ok((*self).get())
|
||||
}
|
||||
|
||||
/// Map over this `Rows`, converting it to a [`Map`], which
|
||||
/// implements `FallibleIterator`.
|
||||
pub fn map<F, B>(self, f: F) -> Map<'stmt, F>
|
||||
where
|
||||
F: FnMut(&Row<'_>) -> Result<B>,
|
||||
|
Reference in New Issue
Block a user