pub trait Datatype: Loggable { }
A Datatype describes plain old data that can be used by any number of Component.
Datatype
Component