Function retrieve_full_pet

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