DiGraph

Type Alias DiGraph 

Source
pub type DiGraph = DiGraph<StyledNode, ()>;

Aliased Type§

pub struct DiGraph { /* private fields */ }

Trait Implementations§

Source§

impl From<&Dag> for DiGraph

Source§

fn from(value: &Dag) -> Self

Converts to this type from the input type.
Source§

impl From<&RuleTreeNode> for DiGraph

Source§

fn from(value: &RuleTreeNode) -> Self

Converts to this type from the input type.