Introduce Widget::overlay 🎉
This commit is contained in:
parent
5c4f5ae5ec
commit
c901f40fd6
25 changed files with 80 additions and 32 deletions
|
|
@ -62,7 +62,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