pub trait MatchEmitter<T = ()> { // Required method fn emit(&mut self, string_match: StringMatch) -> T; }