Loose lifetime bounds in pure::Widget implementations

This commit is contained in:
Héctor Ramón Jiménez 2022-03-29 18:24:17 +07:00
parent 323a0b9e61
commit d9d6dff550
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
10 changed files with 22 additions and 22 deletions

View file

@ -41,7 +41,7 @@ where
where
Message: 'a,
Renderer: 'a,
B: 'static,
B: 'a,
{
Element {
position: self.position,