use ;
/// An internal enum to handle deserialization of either a single string or a vector of strings.
/// Deserializes a value that can be either a single string or a list of strings into a `Vec<String>`.
///
/// # Errors
///
/// Returns an error if the value being deserialized is not a string, an array of strings, or null.