2019-03-03 22:02:38 +00:00
|
|
|
pub struct Input {
|
2019-05-17 09:22:32 +00:00
|
|
|
// TODO: Use this type to manage server input.
|
2019-03-03 22:02:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
impl Default for Input {
|
2020-02-01 20:39:39 +00:00
|
|
|
fn default() -> Self { Input {} }
|
2019-03-03 22:02:38 +00:00
|
|
|
}
|