Skip to main content

WikiGraph

Type Alias WikiGraph 

Source
pub type WikiGraph = DiGraph<PageNode, LabeledEdge>;
Expand description

Directed graph type used for the wiki concept graph.

Aliased Type§

pub struct WikiGraph { /* private fields */ }