Remove unnecessary lifetime in Widget trait
This commit is contained in:
parent
f24e03eae8
commit
dc0e423142
24 changed files with 32 additions and 34 deletions
|
|
@ -93,7 +93,7 @@ where
|
|||
fn explain<Message>(
|
||||
&mut self,
|
||||
defaults: &Defaults,
|
||||
widget: &dyn Widget<'_, Message, Self>,
|
||||
widget: &dyn Widget<Message, Self>,
|
||||
layout: Layout<'_>,
|
||||
cursor_position: Point,
|
||||
color: Color,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue