pub trait ImportCtxBackend { // Required method fn on_possible_dep(&mut self, node_handle: NodeHandle); }