☰
Trait GraphPredecessors
Associated Types
Item
Iter
Implementations on Foreign Types
&'graph G
Implementors
Other items in
rustc_data_structures
::
graph
All crates
?
Trait
rustc_data_structures
::
graph
::
GraphPredecessors
[
−
]
[src]
pub trait GraphPredecessors<'graph> { type
Item
; type
Iter
:
Iterator
<Item = Self::
Item
>; }
Associated Types
[src]
type
Item
[src]
type
Iter
:
Iterator
<Item = Self::
Item
>
Implementations on Foreign Types
[src]
impl<'iter, 'graph, G:
WithPredecessors
>
GraphPredecessors
<'iter> for
&'graph
G
type
Item
= G::
Node
type
Iter
= <G as
GraphPredecessors
<'iter>>::
Iter
Implementors