rustc_
data_
structures
1.84.0-nightly
(5ec7d6eee 2024-11-17)
Start
Node
Required Methods
start_node
Implementations on Foreign Types
&'graph G
Implementors
In rustc_
data_
structures::
graph
rustc_data_structures
::
graph
Trait
StartNode
Copy item path
Source
pub trait StartNode:
DirectedGraph
{ // Required method fn
start_node
(&self) -> Self::
Node
; }
Required Methods
§
Source
fn
start_node
(&self) -> Self::
Node
Implementations on Foreign Types
§
Source
§
impl<'graph, G:
StartNode
>
StartNode
for
&'graph G
Source
§
fn
start_node
(&self) -> Self::
Node
Implementors
§