enough-analyst-54434
#[cfg_attr(test, derive(Eq, PartialEq))] #[derive(Debug)] pub struct Parsed<'a> { pub items: Vec<Item<'a>>, }