pub trait SourceActivator: Send + Sync { // Required method fn touch_matching(&self, filter: &Filter); }