DiGraph
ccs2
0.1.0
DiGraph
Aliased Type
Trait Implementations
From<&Dag>
From<&RuleTreeNode>
In ccs2::
dag::
dot
ccs2
::
dag
::
dot
Type Alias
DiGraph
Copy item path
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.