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