mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
separate Input and Output impls
This commit is contained in:
parent
a6efde40f8
commit
0e821e098f
77 changed files with 465 additions and 454 deletions
|
|
@ -22,10 +22,10 @@ impl EdnViewData<Tui> for &Example {
|
|||
}
|
||||
}
|
||||
|
||||
impl Content<Tui> for Example {
|
||||
fn content (&self) -> impl Render<Tui> {
|
||||
impl Content<TuiOut> for Example {
|
||||
fn content (&self) -> impl Render<TuiOut> {
|
||||
EdnView::new(self, EDN).unwrap()
|
||||
}
|
||||
}
|
||||
|
||||
impl Handle<Tui> for Example {}
|
||||
impl Handle<TuiIn> for Example {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue