We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 205af89 commit b184239Copy full SHA for b184239
tokio-postgres/src/query.rs
@@ -240,7 +240,7 @@ impl Stream for RowStream {
240
impl RowStream {
241
/// Returns the number of rows affected by the query.
242
///
243
- /// This will be `None` if the information is not available yet.
+ /// This function will return `None` until the stream has been exhausted.
244
pub fn rows_affected(&self) -> Option<u64> {
245
self.rows_affected
246
}
0 commit comments