mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-07 04:06:48 +01:00
This commit is contained in:
parent
21832453d9
commit
17506726cb
36 changed files with 280 additions and 271 deletions
|
|
@ -60,7 +60,7 @@ impl<T, U> Field<T, U> {
|
|||
value_align: None,
|
||||
}
|
||||
}
|
||||
fn label <L> (
|
||||
pub fn label <L> (
|
||||
self,
|
||||
label: Option<L>,
|
||||
align: Option<Direction>,
|
||||
|
|
@ -75,7 +75,7 @@ impl<T, U> Field<T, U> {
|
|||
..self
|
||||
}
|
||||
}
|
||||
fn value <V> (
|
||||
pub fn value <V> (
|
||||
self,
|
||||
value: Option<V>,
|
||||
align: Option<Direction>,
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
use crate::*;
|
||||
|
||||
render!(TuiOut: |self: u64, to|todo!());
|
||||
render!(TuiOut: |self: u64, _to|todo!());
|
||||
|
||||
render!(TuiOut: |self: f64, to|todo!());
|
||||
render!(TuiOut: |self: f64, _to|todo!());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue