Skip to main content

query_prepared

Function query_prepared 

Source
pub async fn query_prepared<C: GenericClient + Sync>(
    client: &C,
    statement: &Statement,
    params: &[&(dyn ToSql + Sync)],
) -> Result<Vec<Row>, PostgresError>
Expand description

Runs a prepared query and returns all resulting rows.