pub fn version_neighbors(
conn: &Connection,
entity_id: i64,
version_id: i64,
depth: u32,
) -> Result<Vec<Neighbor>>Expand description
Version-aware neighbor traversal. Both the entity and the connecting relation must exist in the specified version.