rustc_
data_
structures
1.83.0-beta.6
(4ff8ff0ec 2024-11-16)
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
§