Type Alias tui_input::InputResponse
source · pub type InputResponse = Option<StateChanged>;Aliased Type§
enum InputResponse {
None,
Some(StateChanged),
}pub type InputResponse = Option<StateChanged>;enum InputResponse {
None,
Some(StateChanged),
}