Closed fominok closed 2 years ago
In the process of querying data from RBTree it is expected that returned values have a lifetime dependency on a collection rather than on query arguments or a cursor; this PR relaxes lifetime requirements for RBTree and addresses issue #70.
RBTree
In the process of querying data from
RBTree
it is expected that returned values have a lifetime dependency on a collection rather than on query arguments or a cursor; this PR relaxes lifetime requirements forRBTree
and addresses issue #70.