Module add_ed::ui [−][src]
Expand description
This module defines the UI trait
It is used to allow exchanging the UI of hired and to insert a dummy UI for script input.
Structs
| DummyUI | This is a dummy UI. That means it simulates an UI without interfacing with any users. |
Traits
| UI | The UI trait used to abstract all common UI operations |