pub trait SectionFinder {
// Required methods
fn is_start(&self, line: &LineSpan<'_>) -> bool;
fn is_end(&self, section: &SectionSpan<'_>) -> bool;
}
pub trait SectionFinder {
// Required methods
fn is_start(&self, line: &LineSpan<'_>) -> bool;
fn is_end(&self, section: &SectionSpan<'_>) -> bool;
}