add debug to StreamHeader
This commit is contained in:
parent
ebfae4bddc
commit
904bdeae11
1 changed files with 1 additions and 1 deletions
|
|
@ -729,7 +729,7 @@ where
|
|||
}
|
||||
|
||||
/// Contains metadata from an XML stream header
|
||||
#[derive(Default)]
|
||||
#[derive(Default, Debug)]
|
||||
pub struct StreamHeader<'x> {
|
||||
/// The optional `from` attribute.
|
||||
pub from: Option<Cow<'x, str>>,
|
||||
|
|
|
|||
Loading…
Reference in a new issue