Struct petgraph::visit::Reversed
[−]
[src]
pub struct Reversed<G>(pub G);
Wrapper type for walking edges the other way
pub struct Reversed<G>(pub G);
Wrapper type for walking edges the other way
impl<'a, 'b, N, E, Ty, Ix> NeighborIter<'a> for Reversed<&'b Graph<N, E, Ty, Ix>> where Ty: EdgeType, Ix: IndexType
impl<'a, V: Graphlike> Graphlike for Reversed<&'a V>
type NodeId = V
impl<'a, V: Visitable> Visitable for Reversed<&'a V>
type Map = V
fn visit_map(&self) -> V
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).