☰
WithStartNode
Required Methods
start_node
Implementations on Foreign Types
&'graph G
Implementors
In rustc_data_structures::graph
?
Trait
rustc_data_structures
::
graph
::
WithStartNode
source
·
[
−
]
pub trait WithStartNode:
DirectedGraph
{ fn
start_node
(&self) -> Self::
Node
; }
Required Methods
§
source
fn
start_node
(&self) -> Self::
Node
Implementations on Foreign Types
§
source
§
impl<'graph, G:
WithStartNode
>
WithStartNode
for
&'graph
G
source
§
fn
start_node
(&self) -> Self::
Node
Implementors
§