Type Alias rupta::graph::func_pag::InternalEdge

source ·
pub type InternalEdge = (Rc<Path>, Rc<Path>, PAGEdgeEnum);
Expand description

An edge consists of the source path, the destination path and the PAG edge type.