Amanieu / intrusive-rs

Intrusive collections for Rust
Apache License 2.0
412 stars 48 forks source link

relax LT requirements for rbtree cursor methods #71

Closed fominok closed 2 years ago

fominok commented 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.