pub async fn get<T: SqlQuery<T> + FromRow + SqlParams>( pool: &Pool, params: &T, ) -> Result<T, Error>
fetch