Function rocket_sqlite_rw_pool::query_without_params
source · pub fn query_without_params<Output: DeserializeOwned>(
query: &str,
connection: &Connection
) -> Result<Vec<Output>, Error>Expand description
Execute the given query (which takes no parameters) and return the result.