pg-proto 0.2.0

Session-typed PostgreSQL wire protocol
Documentation
1
2
3
4
5
6
7
error[E0599]: no method named `push_execute` found for struct `Conn<S, pg_proto::session::Building, C>` in the current scope
 --> tests/ui/execute_before_bind.rs:9:22
  |
9 |     let _ = building.push_execute(&execute);
  |                      ^^^^^^^^^^^^ method not found in `Conn<S, pg_proto::session::Building, C>`
  |
  = note: the method was found for `Conn<S, pg_proto::session::BoundBuilding, C>`