Struct graphannis_core::graph::storage::union::UnionEdgeContainer [−][src]
pub struct UnionEdgeContainer<'a> { /* fields omitted */ }Implementations
Trait Implementations
Get all outgoing edges for a given node.
Get all incoming edges for a given node.
Provides an iterator over all nodes of this edge container that are the source of an edge
Return true of the given node has any outgoing edges.
Measure the heap usage of all descendant heap-allocated structures, but not the space taken up by the value itself. Read more