add debug to StreamHeader

This commit is contained in:
Alvaro Parker 2024-09-17 12:07:06 -03:00
commit 904bdeae11

View file

@ -729,7 +729,7 @@ where
} }
/// Contains metadata from an XML stream header /// Contains metadata from an XML stream header
#[derive(Default)] #[derive(Default, Debug)]
pub struct StreamHeader<'x> { pub struct StreamHeader<'x> {
/// The optional `from` attribute. /// The optional `from` attribute.
pub from: Option<Cow<'x, str>>, pub from: Option<Cow<'x, str>>,