pub trait WithLeadingLines<'a> { // Required method fn leading_lines(&mut self) -> &mut Vec<EmptyLine<'a>>; }