mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2026-02-21 18:49:04 +01:00
test: better, now test fails beside compile ones
This commit is contained in:
parent
2a7e981b9c
commit
5ceceae523
3 changed files with 34 additions and 30 deletions
|
|
@ -4,7 +4,8 @@ use crate::*;
|
|||
//use std::sync::{Arc, RwLock};
|
||||
struct TestComponent(String);
|
||||
impl Draw<TuiOut> for TestComponent {
|
||||
fn draw (&self, _to: &mut TuiOut) {}
|
||||
fn draw (&self, _to: &mut TuiOut) {
|
||||
}
|
||||
}
|
||||
impl Handle<TuiIn> for TestComponent {
|
||||
fn handle (&mut self, _from: &TuiIn) -> Perhaps<bool> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue