macrame.enums
This trait provides the String/E conversions from AsString and FromString. As with those traits you must extend the companion object of the enumeration.
String
E
AsString
FromString
@enum class Color { Red Blue Yellow } object Color extends StringConverters[Color]
This trait provides the
String/Econversions fromAsStringandFromString. As with those traits you must extend the companion object of the enumeration.