Skip to main content

BorrowedGraphStorage

Trait BorrowedGraphStorage 

Source
pub trait BorrowedGraphStorage: GraphStorage {
    // Required methods
    fn node_ref(&self, id: NodeId) -> Option<&NodeRecord>;
    fn relationship_ref(
        &self,
        id: RelationshipId,
    ) -> Option<&RelationshipRecord>;
}

Required Methods§

Implementors§