1
2
3
4
#[derive(Default)]
pub struct Input {
    // TODO: Use this type to manage server input.
}