pub struct Input {} impl Input { pub fn new() -> Input { Input{} } }