pub async fn retrieve_full_pet<'e, E>(conn: E, pet_id: Uuid) -> FullPetwhere E: Executor<'e, Database = Postgres>,