Struct tokio_postgres::Portal
source · pub struct Portal(_);Expand description
A portal.
Portals can only be used with the connection that created them, and only exist for the duration of the transaction in which they were created.
pub struct Portal(_);A portal.
Portals can only be used with the connection that created them, and only exist for the duration of the transaction in which they were created.