mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 11:46:42 +01:00
parent
4a385b40ff
commit
cb8fd26922
8 changed files with 234 additions and 257 deletions
|
|
@ -43,6 +43,9 @@ handle!(TuiIn: |self: Example, input|{
|
|||
|
||||
#[tengri_proc::expose]
|
||||
impl Example {
|
||||
fn _todo_u16_stub (&self) -> u16 { todo!() }
|
||||
fn _todo_bool_stub (&self) -> bool { todo!() }
|
||||
fn _todo_usize_stub (&self) -> usize { todo!() }
|
||||
//[bool] => {}
|
||||
//[u16] => {}
|
||||
//[usize] => {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue