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

Trait Implementations

impl<S: Decoder<E>, E> Decodable<S, E> for GraphNode

fn decode(decoder: &mut S) -> Result<GraphNode, E>