Trait terminal_cli::ValueInput [] [src]

pub trait ValueInput<T> {
    fn input(&self, s: &str) -> Result<T, PropertyValidationError<T>>;
}

Required Methods

Implementors