[][src]Module banyan::query

types for querying banyan trees

To implement querying for a new key type, implement the Query trait. Queries can be combined using boolean combinators.

Structs

AllQuery

A query that matches everything

AndQuery

An intersection of two queries.

EmptyQuery

A query that matches nothing

OffsetRangeQuery

The only information that does not require

OrQuery

Union of two subqueries

Traits

Query

A query