This results in an infinite loop: ```rust let tickets: Vec<Ticket> = deserialize(xml.as_bytes()).unwrap(); ``` When used on a xml doc that has multiple root elements.