pub trait DocPattern { // Required method fn find_all_matches_in_doc(&self, document: &Document) -> Vec<Span>; }