mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 12:46:42 +01:00
wip: fix implicit static
This commit is contained in:
parent
eeb323b742
commit
49d2055147
6 changed files with 27 additions and 27 deletions
|
|
@ -13,7 +13,7 @@ impl<'a, E: Engine> Widget for Collected<'a, E> {
|
|||
Self::Ref(inner) => (*inner).layout(area),
|
||||
}
|
||||
}
|
||||
fn render (&self, to: &mut E) -> Perhaps<E::Rendered> {
|
||||
fn render (&self, to: &mut E) -> Perhaps<E::Area> {
|
||||
match self {
|
||||
Self::Box(inner) => (*inner).render(to),
|
||||
Self::Ref(inner) => (*inner).render(to),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue