pub fn explain(
store: &Store,
key: &str,
) -> Result<Option<Explanation>, StoreError>Expand description
Explain a node: its record plus every incoming and outgoing edge, each
labelled with provenance. Returns None if no node has that key.
ยงErrors
Returns StoreError on query failure.