On Sun May 17, 2026 at 9:00 AM JST, Danilo Krummrich wrote: > From: Gary Guo <[email protected]> > > The `'static` bound is currently necessary because there's no > restriction on the lifetime of the GAT. Add a `Self: 'a` bound to > restrict possible lifetimes on `Borrowed` and `BorrowedMut`, and lift > the `'static` requirement. > > Signed-off-by: Gary Guo <[email protected]> > Signed-off-by: Danilo Krummrich <[email protected]>
Reviewed-by: Alexandre Courbot <[email protected]>
