pub trait InputReader { // Required method fn next_line(&mut self) -> Option<Result<&[u8], Error>>; }