Trait petgraph::visit::Graphlike
[−]
[src]
pub trait Graphlike {
type NodeId: Clone;
}Base trait for graphs that defines the node identifier.
pub trait Graphlike {
type NodeId: Clone;
}Base trait for graphs that defines the node identifier.
type NodeId: Clone
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).