Function leo_state::utilities::input_value::input_to_integer_string[][src]

pub fn input_to_integer_string(
    input: InputValue
) -> Result<String, InputValueError>
Expand description

Returns the string of the integer input value. If the input value is not an integer, then an error is returned.