pub struct Input { // TODO: Use this type to manage server input. } impl Default for Input { fn default() -> Self { Input {} } }