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