Struct glycos::graph::persist::PersistentGraph [−][src]
pub struct PersistentGraph {
storage: Db,
}Fields
storage: DbImplementations
fn find_persistent_vertex<K: AsRef<[u8]>>(
&self,
key: K
) -> Result<Option<PersistentVertex<Vec<u8>>>, PersistError>
fn find_persisted_edges<'a, 's: 'a, V: AsRef<[u8]> + 'a>(
&'s self,
persisted: PersistentVertex<V>
) -> impl Iterator<Item = Result<Edge, PersistError>> + 'a
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for PersistentGraph
impl Send for PersistentGraph
impl Sync for PersistentGraph
impl Unpin for PersistentGraph
impl !UnwindSafe for PersistentGraph
Blanket Implementations
Mutably borrows from an owned value. Read more
