hydroflow
hydroflow copied to clipboard
Investigate removing lifetime `'a` from `Hydroflow<'a>` struct
I think this will be pretty hard/impossible to eliminate because we do want to capture outside values, unless instead of being a struct it is turned into a trait and then the Hydroflow<'a> will just turn into impl Hydroflow + 'a?