mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
fix state provider types
This commit is contained in:
parent
57fda5c7ad
commit
08a6716bb7
4 changed files with 4 additions and 4 deletions
|
|
@ -47,7 +47,7 @@ impl<E: Output, A: Content<E>> Content<E> for Align<E, A> {
|
|||
}
|
||||
impl<'a, T, E, A> TryFromEdn<'a, T> for Align<E, A>
|
||||
where
|
||||
T: EdnProvide<'a, bool> + EdnProvide<'a, A> + 'a,
|
||||
T: EdnProvide<'a, A> + 'a,
|
||||
E: Output,
|
||||
A: Render<E> + 'a,
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue