Trait read_input::ReadInput[][src]

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

Required Methods

Implementors