mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
Tweak doc on Cursor::next
This commit is contained in:
parent
a0bf61cc4a
commit
ba86bc5555
@ -33,7 +33,7 @@ where
|
||||
Self: Sized,
|
||||
E: Execute<'q, Self::Database>;
|
||||
|
||||
/// Fetch the next row in the result. Returns `None` if there are no more rows.
|
||||
/// Creates a future that resolves to the next row in the cursor.
|
||||
fn next<'cur>(
|
||||
&'cur mut self,
|
||||
) -> BoxFuture<'cur, crate::Result<Self::Database, Option<<Self::Database as HasRow<'cur>>::Row>>>;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user