Module macros
petgraph
0.4.13
Module macros
Module Items
Macros
In petgraph::
visit
Modules
dfsvisit
filter
macros
reversed
traversal
Macros
Data
GetAdjacencyMatrix
GraphBase
GraphProp
IntoEdgeReferences
IntoEdges
IntoEdgesDirected
IntoNeighbors
IntoNeighborsDirected
IntoNodeIdentifiers
IntoNodeReferences
NodeCompactIndexable
NodeCount
NodeIndexable
Visitable
Structs
Bfs
Dfs
DfsPostOrder
EdgeFiltered
EdgeFilteredEdges
EdgeFilteredNeighbors
NodeFiltered
NodeFilteredEdgeReferences
NodeFilteredEdges
NodeFilteredNeighbors
NodeFilteredNodes
Reversed
ReversedEdgeReference
ReversedEdgeReferences
Time
Topo
WalkerIter
Enums
Control
DfsEvent
Traits
ControlFlow
Data
EdgeRef
FilterEdge
FilterNode
GetAdjacencyMatrix
GraphBase
GraphProp
GraphRef
IntoEdgeReferences
IntoEdges
IntoEdgesDirected
IntoNeighbors
IntoNeighborsDirected
IntoNodeIdentifiers
IntoNodeReferences
NodeCompactIndexable
NodeCount
NodeIndexable
NodeRef
VisitMap
Visitable
Walker
Functions
depth_first_search
petgraph
::
visit
Module
macros
Copy item path
Settings
Help
Summary
Source
Macros
§
delegate_
impl
🔒
Implement a trait by delegation. By default as if we are delegating from &G to G.
deref
🔒
deref_
twice
🔒
remove_
sections
🔒
remove_
sections_
inner
🔒
trait_
template
🔒
Define a trait as usual, and a macro that can be used to instantiate implementations of it.