Struct cayley::graph::GraphNode
[-]
[+]
[src]
pub struct GraphNode(pub HashMap<String, String>);
A wrapper for a single item Cayley returned in response for a query
pub struct GraphNode(pub HashMap<String, String>);
A wrapper for a single item Cayley returned in response for a query
impl<S: Decoder<E>, E> Decodable<S, E> for GraphNode
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).