We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01153f7 commit 049e37bCopy full SHA for 049e37b
src/notification.rs
@@ -42,7 +42,8 @@ impl<'conn> Notifications<'conn> {
42
/// # Note
43
///
44
/// This iterator may start returning `Some` after previously returning
45
- /// `None` if more notifications are received.
+ /// `None` if more notifications are received. However, those notifications
46
+ /// will not be registered until the connection is used in some way.
47
pub fn iter<'a>(&'a self) -> Iter<'a> {
48
Iter {
49
conn: self.conn,
0 commit comments