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