Merge pull request #351 from khuey/debug
Derive Debug on Notifications.
This commit is contained in:
@@ -1145,6 +1145,7 @@ impl Connection {
|
||||
}
|
||||
|
||||
/// A stream of asynchronous Postgres notifications.
|
||||
#[derive(Debug)]
|
||||
pub struct Notifications(Connection);
|
||||
|
||||
impl Notifications {
|
||||
|
||||
Reference in New Issue
Block a user