TimelyDataflow / timely-dataflow

A modular implementation of timely dataflow in Rust
MIT License
3.3k stars 272 forks source link

Add reborrow functions to Container #568

Open antiguru opened 5 months ago

antiguru commented 5 months ago

Add reborrow and reborrow_ref functions to Container to shorten the lifetime of the GATs.

antiguru commented 5 months ago

Turns out this might actually not be needed for what I had in mind. Might still be useful, tho?