Function rocket_sqlite_rw_pool::query_single_with_params
source · 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)