Trait ReadInput
read_input
pub trait ReadInput { fn read_input(msg: &str, err: &str) -> Self; }
fn read_input(msg: &str, err: &str) -> Self