use de;
/// hack-ish trick for types which can be deserialized from a string
/// representation, such as enums where all variants have no arguments.
///
/// # Arguments
///
/// * `input` - string to deserialize
///
/// # Returns
///
/// the deserialized value or a deserialization error