Struct tokio_postgres::Statement
source · pub struct Statement(_);Expand description
A prepared statement.
Prepared statements can only be used with the connection that created them.
pub struct Statement(_);A prepared statement.
Prepared statements can only be used with the connection that created them.