Trait terminal_cli::ValueInputValidate [] [src]

pub trait ValueInputValidate<T> {
    fn validate(&self, val: &T) -> Result<(), PropertyValidationError<T>>;
}

Required Methods

Implementors