Trait ImportCtxBackend

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

Required Methods§

Source

fn on_possible_dep(&mut self, node_handle: NodeHandle)

Implementors§