mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
wip: fixing some assumptions
This commit is contained in:
parent
5ae99b4ada
commit
2a60808239
11 changed files with 73 additions and 125 deletions
|
|
@ -291,7 +291,7 @@ impl<'a, const N: usize> Render for Split<'a, N> {
|
|||
}
|
||||
}
|
||||
|
||||
type Renderables<'a> = &'a [&'a dyn Component];
|
||||
type Renderables<'a> = &'a [&'a (dyn Render + Send + Sync)];
|
||||
|
||||
pub struct SplitFocus<'a>(pub Direction, pub usize, pub Renderables<'a>, pub Style);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue