Struct cayley::graph::GraphNodes
[-]
[+]
[src]
pub struct GraphNodes(pub Vec<GraphNode>);
A collection of GraphNode instances
pub struct GraphNodes(pub Vec<GraphNode>);
A collection of GraphNode instances
impl<S: Decoder<E>, E> Decodable<S, E> for GraphNodesfn decode(decoder: &mut S) -> Result<GraphNodes, E>
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).