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