pub type InputValueResult<T> = Result<T, InputValueError<T>>;
Expand description

An error parsing a value of type T.