Struct terminal_cli::ValueInputWithValidation [] [src]

pub struct ValueInputWithValidation<T, I, V> where
    I: ValueInput<T>,
    V: ValueInputValidate<T>, 
{ /* fields omitted */ }

Trait Implementations

impl<T, I, V> ValueInput<T> for ValueInputWithValidation<T, I, V> where
    I: ValueInput<T>,
    V: ValueInputValidate<T>, 
[src]

[src]