module Carbon::Concrete::Item::Data
A data definition. All data definitions include this module, which acts as a sort of hirearchy. It makes it easy to identify if an item is a data definition or a function definition.
Attributes
implements[R]
The traits that the data type implements. This is mostly used for validation and logic.
@api public @return [<Type>]