### What Currently, T requires only `T: Reloc + Send` but it shall also require `'static` to be stricter and not allow references inside (with lifetime) ### How Just do `T: Reloc + Send + 'static` ### Estimates for realization 0 ### Category - [ ] Affects Detailed Design ### Requirements / Architecture - [x] Requirements / Architecture are not affected by this change?