Skip to main content

Node

Type Alias Node 

Source
pub type Node = (String, FnKey);
Expand description

One node of the package’s call graph: a declaration, and the module that declares it.