pub fn query_single_with_params<Input: Serialize, Output: DeserializeOwned>(
    query: &str,
    connection: &Connection,
    params: &Input
) -> Result<Output, Error>
Expand description

Run a query which should return exactly one row (with the given parameters)