Trait indradb::VertexQueryExt [−][src]
Extension trait with methods available in all vertex queries.
Provided methods
fn outbound(self) -> PipeEdgeQuery[src]
Gets the outbound edges associated with the vertices.
fn inbound(self) -> PipeEdgeQuery[src]
Gets the inbound edges associated with the vertices.