Struct rusted_cypher::graph::GraphClient [] [src]

pub struct GraphClient {
    // some fields omitted
}

Methods

impl GraphClient

fn connect(endpoint: &str) -> Result<Self, GraphError>

fn neo4j_version(&self) -> &Version

fn cypher(&self) -> &Cypher

Returns a reference to the Cypher instance of the GraphClient