pub fn get<T: Queryable + FromRow + SqlParams>( client: &mut Client, entity: T, ) -> Result<T, Error>