pub trait NotifyDeps:
Debug
+ Send
+ Sync {
// Required method
fn dependencies(&self, f: &mut dyn FnMut(&ImmutPath));
}
pub trait NotifyDeps:
Debug
+ Send
+ Sync {
// Required method
fn dependencies(&self, f: &mut dyn FnMut(&ImmutPath));
}