Skip to main content

graph_from_response

Function graph_from_response 

Source
pub fn graph_from_response(
    spec: GraphLoadSpec,
    response: &[u8],
) -> Result<Graph, GraphLoadError>
Expand description

Validate raw /v2/query response bytes and construct an immutable graph.