tano-tui 0.1.1

Tano terminal user interface
Documentation
1
2
3
4
5
6
#[derive(Debug, Clone, Default)]
pub enum LoadState<T> {
    #[default]
    Loading,
    Loaded(T),
}