index
:
molehole
main
ncurses
Client implementation for the molerat protocol
Shav Kinderlehrer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
app_action.rs
blob: 8bbe9dd50e0fcc444649debe2f318649cd3ba17a (
plain
)
1
2
3
4
5
#[derive(Default, Clone, Copy)]
pub
enum
AppAction
{
#[default]
Quit
,
}