Merge pull request #351 from khuey/debug

Derive Debug on Notifications.
This commit is contained in:
Steven Fackler
2018-05-02 09:36:13 -07:00
committed by GitHub

View File

@@ -1145,6 +1145,7 @@ impl Connection {
}
/// A stream of asynchronous Postgres notifications.
#[derive(Debug)]
pub struct Notifications(Connection);
impl Notifications {